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 0.3.0 to 0.3.1

1.js

4

lib/asn1/base/node.js

@@ -478,3 +478,3 @@ var assert = require('assert');

} else {
result = this._encodeComposite(tag, primitive, content);
result = this._encodeComposite(tag, primitive, 'universal', content);
}

@@ -485,3 +485,3 @@ }

if (state.explicit !== null)
result = this._encodeComposite(state.explicit, false, result);
result = this._encodeComposite(state.explicit, false, 'context', result);

@@ -488,0 +488,0 @@ return result;

@@ -35,4 +35,5 @@ var util = require('util');

primitive,
cls,
content) {
var encodedTag = encodeTag(tag, primitive, this.reporter);
var encodedTag = encodeTag(tag, primitive, cls, this.reporter);

@@ -39,0 +40,0 @@ // Short form

{
"name": "asn1.js",
"version": "0.3.0",
"version": "0.3.1",
"description": "ASN.1 encoder and decoder",

@@ -5,0 +5,0 @@ "main": "lib/asn1.js",

{
"name": "asn1.js-rfc2560",
"version": "0.2.0",
"version": "0.3.0",
"description": "RFC2560 structures for asn1.js",

@@ -25,4 +25,4 @@ "main": "index.js",

"peerDependencies": {
"asn1.js": "~0.2.0"
"asn1.js": "~0.3.0"
}
}
{
"name": "asn1.js-rfc3280",
"version": "0.2.0",
"version": "0.3.0",
"description": "RFC3280 structures for asn1.js",

@@ -22,4 +22,4 @@ "main": "index.js",

"peerDependencies": {
"asn1.js": "~0.2.0"
"asn1.js": "~0.3.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