wappsto-redux
Advanced tools
Comparing version 3.5.7 to 4.0.0
103
package.json
{ | ||
"name": "wappsto-redux", | ||
"version": "3.5.7", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Wappsto/wappsto-redux.git" | ||
}, | ||
"author": { | ||
"name": "Seluxit A/S", | ||
"email": "developer@wappsto.com", | ||
"url": "https://wappsto.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/Wappsto/wappsto-redux/issues" | ||
}, | ||
"homepage": "https://github.com/Wappsto/wappsto-redux#readme", | ||
"dependencies": { | ||
"deep-equal": "^2.0.3", | ||
"normalizr": "^3.4.1", | ||
"query-string": "^6.13.1", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0", | ||
"reselect": "^4.0.0" | ||
} | ||
"name": "wappsto-redux", | ||
"version": "4.0.0", | ||
"description": "", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src -d dist", | ||
"lint": "eslint src __tests__", | ||
"lint:fix": "yarn lint --fix", | ||
"prettify": "prettier src __tests__ --write", | ||
"test": "jest --coverage", | ||
"prepublish": "yarn build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Wappsto/wappsto-redux.git" | ||
}, | ||
"author": { | ||
"name": "Seluxit A/S", | ||
"email": "developer@wappsto.com", | ||
"url": "https://wappsto.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/Wappsto/wappsto-redux/issues" | ||
}, | ||
"homepage": "https://github.com/Wappsto/wappsto-redux#readme", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn lint && yarn test" | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
"deep-equal": "^2.0.5", | ||
"normalizr": "^3.6.1", | ||
"query-string": "^7.1.1", | ||
"react": "^17.0.2", | ||
"redux": "^4.1.2", | ||
"redux-thunk": "^2.4.1", | ||
"regenerator-runtime": "^0.13.9", | ||
"reselect": "^4.1.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.5", | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
"babel-jest": "^27.5.1", | ||
"eslint": "^8.9.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.4.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^26.1.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"jest-fetch-mock": "^3.0.3", | ||
"jest-websocket-mock": "^2.3.0", | ||
"lint-staged": "^12.3.4", | ||
"prettier": "^2.5.1", | ||
"pretty-quick": "^3.1.3", | ||
"react-scripts": "^5.0.0", | ||
"react-test-renderer": "^17.0.2" | ||
}, | ||
"lint-staged": { | ||
"*.js": "npm run lint:fix" | ||
} | ||
} |
@@ -1,1 +0,7 @@ | ||
# wappsto-redux | ||
# Wappsto Redux | ||
[![CI](https://github.com/Wappsto/wappsto-redux/actions/workflows/main.yaml/badge.svg)](https://github.com/Wappsto/wappsto-redux/actions/workflows/main.yaml) | ||
[![codecov](https://codecov.io/gh/Wappsto/wappsto-redux/branch/master/graph/badge.svg?token=JBORNYWB1E)](https://codecov.io/gh/Wappsto/wappsto-redux) | ||
[![Depfu](https://badges.depfu.com/badges/b431570e487d01543481608a984a4232/overview.svg)](https://depfu.com/github/Wappsto/wappsto-redux?project_id=33976) | ||
This repo is a collection of helper function for Redux when using Wappsto. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
89127
33
2083
0
7
8
22
2
+ Addedreact@^17.0.2
+ Addedregenerator-runtime@^0.13.9
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedquery-string@7.1.3(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)
- Removedquery-string@6.14.1(transitive)
Updateddeep-equal@^2.0.5
Updatednormalizr@^3.6.1
Updatedquery-string@^7.1.1
Updatedredux@^4.1.2
Updatedredux-thunk@^2.4.1
Updatedreselect@^4.1.5