Socket
Socket
Sign inDemoInstall

asn1

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

1

lib/ber/writer.js

@@ -239,3 +239,2 @@ // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.

} else if (len <= 0xffffff) {
this._shift(start, len, 1);
this._buf[this._offset++] = 0x83;

@@ -242,0 +241,0 @@ this._buf[this._offset++] = len >> 16;

2

package.json

@@ -9,3 +9,3 @@ {

"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"version": "0.2.0",
"version": "0.2.1",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc