adyen-encrypt
Advanced tools
Comparing version 0.1.8 to 0.2.0-beta.0
{ | ||
"name": "adyen-encrypt", | ||
"version": "0.1.8", | ||
"version": "0.2.0-beta.0", | ||
"description": "An ES2015 Adyen-CSE rewrite", | ||
@@ -9,4 +9,3 @@ "main": "dist", | ||
"build": "rm -rf dist && mkdir dist && babel src/{aes,index}.js -o dist/tmp.js && cat src/rsa.js >> dist/index.js && cat dist/tmp.js >> dist/index.js && uglifyjs dist/tmp.js -o dist/index.js && rm dist/tmp.js", | ||
"sjcl": "(cd ./node_modules/sjcl && ./configure --with-codecBytes && make)", | ||
"postinstall": "npm run sjcl" | ||
"sjcl": "rm -rf sjcl && git clone git@github.com:bitwiseshiftleft/sjcl.git sjcl && cd $_ && ./configure --with-codecBytes && make && mv sjcl.js ../src" | ||
}, | ||
@@ -24,4 +23,3 @@ "repository": { | ||
"dependencies": { | ||
"jsencrypt": "^2.1.0", | ||
"sjcl": "^1.0.3" | ||
"jsencrypt": "^2.1.0" | ||
}, | ||
@@ -33,3 +31,6 @@ "devDependencies": { | ||
"uglify-js": "^2.6.2" | ||
}, | ||
"babel": { | ||
"presets": ["es2015", "stage-0"] | ||
} | ||
} |
@@ -7,4 +7,2 @@ # adyen-encrypt | ||
Please note that it this package will only work with an npm >= 3. You also need Java (:sob:) to recompile SJCL. | ||
###### Constructor | ||
@@ -11,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
1
0
1
1841
2
34
- Removedsjcl@^1.0.3
- Removedsjcl@1.0.8(transitive)