Socket
Socket
Sign inDemoInstall

crypto-browserify

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-browserify - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

index.js

@@ -61,4 +61,9 @@ var Buffer = require('buffer').Buffer

function each(a, f) {
for(var i in a)
f(a[i], i)
}
// the least I can do is make error messages for the rest of the node.js/crypto api.
;['createCredentials'
each(['createCredentials'
, 'createHmac'

@@ -72,3 +77,3 @@ , 'createCypher'

, 'createDeffieHellman'
, 'pbkdf2'].forEach(function (name) {
, 'pbkdf2'], function (name) {
exports[name] = function () {

@@ -75,0 +80,0 @@ error('sorry,', name, 'is not implemented yet')

@@ -5,3 +5,3 @@ {

"description": "partial implementation of crypto for the browser",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/dominictarr/crypto-browserify",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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