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

asn1-ber

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1-ber - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

lib/ber/writer.js

@@ -157,5 +157,7 @@

this._ensure(buf.length);
buf.copy(this._buf, this._offset, 0, buf.length);
this._offset += buf.length;
if ( buf.length > 0 ) {
this._ensure(buf.length);
buf.copy(this._buf, this._offset, 0, buf.length);
this._offset += buf.length;
}
};

@@ -162,0 +164,0 @@

{
"name": "asn1-ber",
"version": "1.1.1",
"version": "1.1.2",
"description": "Generate and parse ASN1.BER objects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -559,2 +559,6 @@

## Version 1.1.2 - 08/12/2021
* Fix zero-length octet string buffer writing
# License

@@ -561,0 +565,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