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

browserify-sign

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-sign - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

algos.json

6

package.json
{
"name": "browserify-sign",
"version": "2.5.1",
"version": "2.5.2",
"description": "",

@@ -16,8 +16,6 @@ "main": "index.js",

"dependencies": {
"asn1.js": "^0.6.4",
"asn1.js-rfc3280": "^0.5.1",
"bn.js": "^0.15.2",
"elliptic": "^0.15.14",
"inherits": "^2.0.1",
"pemstrip": "0.0.1",
"parse-asn1": "^1.0.0",
"readable-stream": "^1.0.33"

@@ -24,0 +22,0 @@ },

// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js
var parseKeys = require('./parseKeys');
var parseKeys = require('parse-asn1');
var bn = require('bn.js');

@@ -4,0 +4,0 @@ var elliptic = require('elliptic');

// much of this based on https://github.com/indutny/self-signed/blob/gh-pages/lib/rsa.js
var parseKeys = require('./parseKeys');
var parseKeys = require('parse-asn1');
var elliptic = require('elliptic');

@@ -4,0 +4,0 @@ var bn = require('bn.js');

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