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

iguazu

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iguazu - npm Package Compare versions

Comparing version 0.0.0 to 2.2.0

__tests__/.eslintrc.json

48

package.json
{
"name": "iguazu",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "2.2.0",
"description": "An asynchronous data flow solution for React/Redux applications",
"author": "Maia Teegarden",
"license": "Apache-2.0",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "babel src --out-dir lib",
"lint": "eslint --ignore-path .gitignore --ext js,jsx .",
"prepublish": "npm run build",
"test": "jest",
"posttest": "npm run lint"
},
"author": "",
"license": "ISC"
"jest": {
"preset": "amex-jest-preset-react"
},
"dependencies": {
"hoist-non-react-statics": "^1.2.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"shallowequal": "^1.0.1"
},
"devDependencies": {
"amex-jest-preset-react": "^4.0.0-0",
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.1.1",
"enzyme-to-json": "^3.2.1",
"eslint": "^3.19.0",
"eslint-config-amex": "^6.0.0",
"jest": "^21.2.1",
"react": "^16.0.0",
"react-async-bootstrapper": "^1.1.1",
"react-dom": "^16.0.0",
"react-redux": "^5.0.5",
"react-test-renderer": "^16.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"peerDependencies": {
"react": "^16.0.0"
}
}
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