New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electusaction

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electusaction - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

22

package.json
{
"name": "electusaction",
"version": "2.5.2",
"version": "2.5.3",
"description": "Electus Action Framework",

@@ -19,3 +19,3 @@ "main": "truffle-config.js",

"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"lint:sol": "solhint contracts/**/*.sol",
"lint:sol": "prettier --write contracts/**/*.sol",
"lint:js": "eslint --fix test/**/*.js"

@@ -25,9 +25,13 @@ },

"*.js": [
"npm run lint:js",
"prettier --write",
"npm run lint:js --",
"prettier --write **/*.js",
"git add"
],
"*.sol": [
"npm run lint:sol",
"npm run lint:sol --",
"git add"
],
"*.{json,css}": [
"prettier --write **/*.json",
"git add"
]

@@ -65,3 +69,3 @@ },

"dependencies": {
"electusvoting": "^2.5.3"
"electusvoting": "^2.5.4"
},

@@ -78,6 +82,8 @@ "devDependencies": {

"eslint-plugin-standard": "^4.0.0",
"husky": "^2.7.0",
"lint-staged": "^8.2.1",
"husky": "^3.0.0",
"lint-staged": "^9.0.0",
"prettier": "^1.18.2",
"prettier-plugin-solidity": "^1.0.0-alpha.26",
"solhint": "^2.1.0",
"solhint-plugin-prettier": "0.0.3",
"solidity-coverage": "^0.5.11",

@@ -84,0 +90,0 @@ "truffle": "^5.0.25"

Sorry, the diff of this file is not supported yet

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