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

node-forge

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-forge - npm Package Compare versions

Comparing version 0.6.40 to 0.6.41

2

bower.json
{
"name": "forge",
"version": "0.6.40",
"version": "0.6.41",
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",

@@ -5,0 +5,0 @@ "moduleType": ["amd"],

@@ -320,5 +320,5 @@ (function() {

ASSERT.equal(ext.value, UTIL.hexToBytes(
'30543052865068747470733a2f2f746573742d6f7267616e69736174696f6e2e63' +
'6f6d2f746573742d6f7267616e69736174696f6e2f63726c2f746573745f6f7267' +
'616e69736174696f6e5f63612e63726c2e646572'));
'30583056a054a052865068747470733a2f2f746573742d6f7267616e6973617469' +
'6f6e2e636f6d2f746573742d6f7267616e69736174696f6e2f63726c2f74657374' +
'5f6f7267616e69736174696f6e5f63612e63726c2e646572'));

@@ -325,0 +325,0 @@ // verify certificate chain

{
"name": "node-forge",
"version": "0.6.40",
"version": "0.6.41",
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/digitalbazaar/forge",

@@ -72,2 +72,9 @@ # Forge

**Note for Windows users**: If you have trouble running the
`npm run bundle` command, try this instead:
```
node node_modules\requirejs\bin\r.js -o minify.js
```
This will create a single minimized file that can be included in

@@ -100,2 +107,9 @@ the browser:

**Note for Windows users**: If you have trouble running the
`npm run bundle` command, try this instead:
```
node node_modules\requirejs\bin\r.js -o minify.js optimize=none out=js/forge.bundle.js
```
This will create:

@@ -102,0 +116,0 @@

Sorry, the diff of this file is too big to display

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