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

asn1js

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1js - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19

17

package.json

@@ -16,5 +16,8 @@ {

"mocha": "^3.0.2",
"node-webcrypto-ossl": "latest",
"rollup": "^0.56.0",
"rollup-plugin-node-resolve": "^1.7.1"
"rollup": "latest",
"babel-plugin-istanbul": "^4.1.5",
"nyc": "^11.6.0",
"cross-env": "^5.1.4",
"rollup-plugin-node-resolve": "^1.7.1",
"asn1-test-suite": "latest"
},

@@ -51,10 +54,10 @@ "repository": {

"watch": "babel src --compact=false --out-dir build --source-maps --watch",
"ex1": "cd examples/ASN1Usage && rollup -c && cd ../..",
"build:examples": "npm run ex1;",
"ex1": "cd examples/ASN1Usage && npm run build && cd ../..",
"build:examples": "npm run ex1",
"build:tests": "npm run build:examples",
"test": "mocha",
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill",
"prepublishOnly": "npm run build"
},
"version": "2.0.18",
"version": "2.0.19",
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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