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

crypto-pbkdf2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-pbkdf2 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -1,1 +0,1 @@

exports = require("lib/pbkdf2");
exports = module.exports = require("./lib/pbkdf2");

@@ -20,2 +20,2 @@ /*

exports = CryptoJS;
exports = module.exports = CryptoJS;
{
"name": "crypto-pbkdf2",
"version": "0.1.0",
"version": "0.1.1",
"author": "Jeff Mott",

@@ -17,5 +17,5 @@ "description": "CryptoJS' PBKDF2 rollup as a stand-alone npm package. Managed by David Murdoch",

"engines": {
"node": "0.7.x"
"node": ">= 0.6.x"
},
"main": "./index.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