enigma-hash
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "enigma-hash", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Demystifying the hashing of data", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"test": "jest test", | ||
"format": "prettier --no-semi --tab-width 2 --print-width 100 --write **/*.js" | ||
"format": "prettier --no-semi --tab-width 2 --print-width 100 --write **/*.js", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -34,5 +35,5 @@ "husky": { | ||
"devDependencies": { | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0", | ||
"prettier": "^1.15.3" | ||
"husky": "3.0.0", | ||
"jest": "23.6.0", | ||
"prettier": "1.15.3" | ||
}, | ||
@@ -43,3 +44,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"colors": "^1.3.3" | ||
"colors": "1.3.3" | ||
}, | ||
@@ -46,0 +47,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
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
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
2594026
+ Addedcolors@1.3.3(transitive)
- Removedcolors@1.4.0(transitive)
Updatedcolors@1.3.3