🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-action-validation

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-action-validation - npm Package Compare versions

Comparing version

to
0.0.8-alpha

index.js

70

package.json

@@ -1,69 +0,1 @@

{
"name": "react-action-validation",
"version": "0.0.7-alpha",
"description": "validates the payload of the dispatched action",
"main": "./dist/index.js",
"scripts": {
"build": "rollup --config ./rollup.config.js",
"lint:staged": "lint-staged",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rezaerami/react-payload-validation.git"
},
"keywords": [
"react",
"hapi",
"joi",
"redux",
"validation",
"redux",
"validation",
"react",
"validation"
],
"author": "Reza Erami",
"license": "MIT",
"bugs": {
"url": "https://github.com/rezaerami/react-payload-validation/issues"
},
"homepage": "https://github.com/rezaerami/react-payload-validation#readme",
"dependencies": {
"@hapi/joi": "^17.1.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"lint-staged": "^10.2.11",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"rollup": "^2.18.1",
"rollup-plugin-babel": "^4.4.0"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add --force"
],
"*.json": [
"prettier --write",
"git add --force"
]
},
"pre-commit": "lint:staged"
}
{"name":"react-action-validation","version":"0.0.8-alpha","description":"validates the payload of the dispatched action","main":"./dist/index.js","repository":{"type":"git","url":"git+https://github.com/rezaerami/react-payload-validation.git"},"keywords":["react","hapi","joi","redux","validation","redux","validation","react","validation"],"author":"Reza Erami","license":"MIT","bugs":{"url":"https://github.com/rezaerami/react-payload-validation/issues"},"homepage":"https://github.com/rezaerami/react-payload-validation#readme","dependencies":{"@hapi/joi":"^17.1.1"}}