node-cipher
Advanced tools
Comparing version 6.0.5 to 6.1.0
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/node-cipher'); | ||
module.exports = require('./lib/cipher'); |
{ | ||
"name": "node-cipher", | ||
"version": "6.0.5", | ||
"version": "6.1.0", | ||
"description": "Securely encrypt sensitive files for use in public source control.", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"lodash": "^4.0.0", | ||
"validate": "^3.0.1", | ||
"validator": "^4.6.1", | ||
"yargs": "^3.32.0" | ||
@@ -40,0 +40,0 @@ }, |
@@ -105,3 +105,3 @@ node-cipher [![Build Status](https://travis-ci.org/nathanbuchar/node-cipher.svg?branch=master)](https://travis-ci.org/nathanbuchar/node-cipher) | ||
A string used in tandem with the password, byte length, digest, and iterations to derive the encryption key. This should be as unique as possible and it's recommended that salts are random and their lengths are greater than 16 bytes. **Hexes and Buffers not yet supported**. Default `nodecipher` | ||
A string or buffer used in tandem with the password, byte length, digest, and iterations to derive the encryption key. This should be as unique as possible and it's recommended that salts are random and their lengths are greater than 16 bytes. Default `nodecipher` | ||
@@ -108,0 +108,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37595
20
1099
1
+ Addedvalidator@^4.6.1
+ Addeddepd@1.1.0(transitive)
+ Addedvalidator@4.9.0(transitive)
- Removedvalidate@^3.0.1
- Removedcomponent-type@1.0.0(transitive)
- Removedeivindfjeldstad-dot@0.0.1(transitive)
- Removedtypecast@0.0.1(transitive)
- Removedvalidate@3.1.0(transitive)