Socket
Socket
Sign inDemoInstall

scryptsy

Package Overview
Dependencies
1
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

5

CHANGELOG.md

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

1.2.0 / 2014-12-11
------------------
- upgraded `pbkdf2-sha256` from `1.0.1` to `1.1.0`
- removed `browser` field for `crypto`; not-necessary anymore
1.1.0 / 2014-07-28

@@ -2,0 +7,0 @@ ------------------

7

lib/scrypt.js

@@ -152,3 +152,2 @@ var pbkdf2 = require('pbkdf2-sha256')

function arraycopy(src, srcPos, dest, destPos, length) {

@@ -165,7 +164,1 @@ if (Buffer.isBuffer(src) && Buffer.isBuffer(dest)) {

module.exports = scrypt
{
"name": "scryptsy",
"version": "1.1.0",
"version": "1.2.0",
"description": "Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.",

@@ -10,4 +10,3 @@ "main": "lib/scrypt.js",

"mocha": "^1.20.1",
"mochify": "^0.4.2",
"crypto-browserify": "^2.1.8",
"mochify": "^2.1.0",
"istanbul": "^0.2.11",

@@ -17,3 +16,3 @@ "coveralls": "^2.10.0"

"dependencies": {
"pbkdf2-sha256": "^1.0.1"
"pbkdf2-sha256": "^1.1.0"
},

@@ -34,5 +33,2 @@ "repository": {

],
"browser": {
"crypto": "crypto-browserify"
},
"scripts": {

@@ -42,16 +38,5 @@ "test": "mocha --ui bdd",

"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js",
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info"
},
"testling": {
"harness": "mocha",
"files": "test/*.js",
"browsers": [
"firefox/latest",
"chrome/latest",
"ie/9..latest",
"safari/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
"browser-test": "./node_modules/.bin/mochify --wd -R spec"
}
}

4

README.md

@@ -8,7 +8,5 @@ scryptsy

[![browser support](https://ci.testling.com/cryptocoinjs/scryptsy.png)](https://ci.testling.com/cryptocoinjs/scryptsy)
`scryptsy` is a pure JavaScript implementation of the [scrypt][wiki] key deriviation function that is fully compatible with Node.js and the browser (via Browserify).
Official documentation:
### Official documentation:

@@ -15,0 +13,0 @@ http://cryptocoinjs.com/modules/crypto/scryptsy/

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc