Socket
Socket
Sign inDemoInstall

@ldapjs/asn1

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ldapjs/asn1 - npm Package Compare versions

Comparing version 1.2.0-rc.1 to 1.2.0-rc.2

4

lib/ber/reader.js

@@ -127,4 +127,4 @@ // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.

Reader.prototype.readBoolean = function () {
return (this._readTag(ASN1.Boolean) !== 0)
Reader.prototype.readBoolean = function (tag) {
return (this._readTag(tag || ASN1.Boolean) !== 0)
}

@@ -131,0 +131,0 @@

@@ -11,3 +11,3 @@ {

"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"version": "1.2.0-rc.1",
"version": "1.2.0-rc.2",
"repository": {

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

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