Socket
Socket
Sign inDemoInstall

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.7.4 to 0.7.5

5

CHANGELOG.md
Forge ChangeLog
===============
## 0.7.5 - 2018-03-30
### Fixed
- Remove use of `const`.
## 0.7.4 - 2018-03-07

@@ -5,0 +10,0 @@

2

lib/ed25519.js

@@ -218,3 +218,3 @@ /**

md.update(buffer.getBytes(msgLen), 'binary');
const hash = md.digest().getBytes();
var hash = md.digest().getBytes();
if(typeof Buffer !== 'undefined') {

@@ -221,0 +221,0 @@ return new Buffer(hash, 'binary');

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

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

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

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