소스 검색

0.8.0 release

sanex3339 8 년 전
부모
커밋
85c6190e9a
3개의 변경된 파일144개의 추가작업 그리고 139개의 파일을 삭제
  1. 5 0
      README.md
  2. 138 138
      dist/index.js
  3. 1 1
      package.json

+ 5 - 0
README.md

@@ -28,6 +28,11 @@ Example of obfuscated code: [gist.github.com](https://gist.github.com/sanex3339/
 [![Dependency Status](https://david-dm.org/javascript-obfuscator/javascript-obfuscator.svg)](https://david-dm.org/javascript-obfuscator/javascript-obfuscator)
 [![devDependency Status](https://david-dm.org/javascript-obfuscator/javascript-obfuscator/dev-status.svg)](https://david-dm.org/javascript-obfuscator/javascript-obfuscator#info=devDependencies)
 
+## :warning: Important
+#####Obfuscate only the code that belongs to you. 
+
+It is not recommended to obfuscate vendor scripts and polyfills, since the obfuscated code is 25-30% slower and the files are significantly larger.
+
 ## Installation
 
 Install the package from NPM and add it to your `devDependencies`:

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 138 - 138
dist/index.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "javascript-obfuscator",
-  "version": "0.8.0-beta.2",
+  "version": "0.8.0",
   "description": "JavaScript obfuscator",
   "keywords": [
     "obfuscator",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.