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

@toruslabs/eccrypto

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/eccrypto - npm Package Compare versions

Comparing version 1.1.8 to 2.0.0

29

package.json
{
"name": "@toruslabs/eccrypto",
"version": "1.1.8",
"version": "2.0.0",
"description": "JavaScript Elliptic curve cryptography library, includes fix to browser.js so that encrypt/decrypt works",
"main": "index.js",
"main": "browser.js",
"browser": "browser.js",
"types": "types.d.ts",
"scripts": {
"install": "node-gyp rebuild || exit 0",
"test": "ECCRYPTO_NO_FALLBACK=1 mocha && xvfb-run -a karma start && jshint .",

@@ -41,23 +40,17 @@ "m": "mocha",

"browserify": "^17.0.0",
"buffer-equal": "^1.0.0",
"chai": "^4.3.4",
"jshint": "^2.13.0",
"karma": "^6.3.4",
"karma-browserify": "^8.0.0",
"karma-chrome-launcher": "^3.1.0",
"buffer-equal": "^1.0.1",
"chai": "^4.3.7",
"jshint": "^2.13.6",
"karma": "^6.4.1",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^2.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.0.2"
"mocha": "^10.2.0"
},
"dependencies": {
"acorn": "^8.4.1",
"elliptic": "^6.5.4",
"es6-promise": "^4.2.8",
"nan": "^2.14.2"
},
"optionalDependencies": {
"secp256k1": "^3.8.0"
"elliptic": "^6.5.4"
}
}
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