Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adyen-encrypt

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adyen-encrypt - npm Package Compare versions

Comparing version 0.1.8 to 0.2.0-beta.0

11

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc