Socket
Socket
Sign inDemoInstall

asn1.js

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1.js - npm Package Compare versions

Comparing version 4.9.1 to 4.9.2

2

lib/asn1/base/node.js

@@ -578,3 +578,3 @@ var Reporter = require('../base').Reporter;

if (state.use === null)
reporter.error('Tag could be ommited only for .use()');
reporter.error('Tag could be omitted only for .use()');
} else {

@@ -581,0 +581,0 @@ if (state.use === null)

{
"name": "asn1.js",
"version": "4.9.1",
"version": "4.9.2",
"description": "ASN.1 encoder and decoder",
"main": "lib/asn1.js",
"scripts": {
"test": "mocha --reporter spec test/*-test.js rfc/2560/test/*-test.js rfc/5280/test/*-test.js"
"test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
},

@@ -9,0 +9,0 @@ "repository": {

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