node-forge
Advanced tools
Comparing version 0.6.40 to 0.6.41
{ | ||
"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
2237227
43116
1848