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

attadux

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attadux - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

8

package.json
{
"name": "attadux",
"version": "0.1.4",
"version": "0.1.5",
"description": "Implementation of the redux-modular-ducks, forked from the extensible-duck implementation and extended to include spected validators, state machines, helpers, and to follow a broader/looser definition of constants",

@@ -11,6 +11,8 @@ "main": "cjs/index.js",

"clean": "rimraf dist es cjs coverage",
"lint": "eslint src test build",
"lint": "eslint src test",
"test": "cross-env BABEL_ENV=commonjs babel-node test | faucet",
"fublish": "ls -lah",
"prepublish": "npm run build",
"prefublish": "npm run build",
"prebuild": "npm run prepare",
"prepublish": "npm run build",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir cjs",

@@ -17,0 +19,0 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",

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