New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asn1-ber

Package Overview
Dependencies
Maintainers
1
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.0.9 to 1.1.0

0

index.js

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

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

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

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

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

2

lib/ber/writer.js

@@ -180,3 +180,3 @@

if (!/^([0-9]+\.){3,}[0-9]+$/.test(s))
if (!/^([0-9]+\.){0,}[0-9]+$/.test(s))
throw new Error('argument is not a valid OID string');

@@ -183,0 +183,0 @@

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

@@ -19,2 +19,6 @@ "main": "index.js",

"email": "hello@nospaceships.com"
},
{
"name": "Mark Abrahams",
"email": "mark@abrahams.co.nz"
}

@@ -24,3 +28,3 @@ ],

"type": "git",
"url": "git://github.com/nospaceships/node-asn1-ber.git"
"url": "git://github.com/markabrahams/node-asn1-ber.git"
},

@@ -35,4 +39,4 @@ "keywords": [

],
"author": "NoSpaceships Ltd <hello@nospaceships.com>",
"author": "Mark Abrahams <mark@abrahams.co.nz>",
"license": "MIT"
}

@@ -551,4 +551,10 @@

## Version 1.1.0 - 08/06/2018
* Change author and add write support for short OIDs
# License
Copyright (c) 2020 Mark Abrahams <mark@abrahams.co.nz>
Copyright (c) 2018 NoSpaceships Ltd <hello@nospaceships.com>

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