Socket
Socket
Sign inDemoInstall

@toruslabs/eccrypto

Package Overview
Dependencies
Maintainers
2
Versions
18
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.3 to 1.1.4

16

package.json
{
"name": "@toruslabs/eccrypto",
"version": "1.1.3",
"description": "JavaScript Elliptic curve cryptography library",
"version": "1.1.4",
"description": "JavaScript Elliptic curve cryptography library, includes fix to browser.js so that encrypt/decrypt works",
"main": "index.js",

@@ -39,7 +39,7 @@ "browser": "browser.js",

"devDependencies": {
"browserify": "^16.5.1",
"browserify": "^16.5.2",
"buffer-equal": "^1.0.0",
"chai": "*",
"jshint": "*",
"karma": "^5.1.0",
"chai": "^4.2.0",
"jshint": "^2.12.0",
"karma": "^5.1.1",
"karma-browserify": "^7.0.0",

@@ -51,6 +51,6 @@ "karma-chrome-launcher": "^3.1.0",

"karma-mocha-reporter": "^2.2.5",
"mocha": "*"
"mocha": "^8.1.0"
},
"dependencies": {
"acorn": "^7.3.1",
"acorn": "^7.4.0",
"elliptic": "^6.5.3",

@@ -57,0 +57,0 @@ "es6-promise": "^4.2.8",

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