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

enigma-hash

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enigma-hash - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.circleci/config.yml

13

package.json
{
"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

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