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

wappsto-redux

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wappsto-redux - npm Package Compare versions

Comparing version 3.5.7 to 4.0.0

dist/actions/entities.js

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.
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