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

final-form-calculate

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

final-form-calculate - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

34

package.json
{
"name": "final-form-calculate",
"version": "1.3.1",
"version": "1.3.2",
"description": "Decorator for calculating field values based on other field values in 🏁 Final Form",

@@ -45,31 +45,31 @@ "main": "dist/final-form-calculate.cjs.js",

"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"bundlesize": "^0.17.1",
"babel-jest": "^26.3.0",
"bundlesize": "^0.18.0",
"doctoc": "^1.4.0",
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint": "^7.8.1",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"final-form": "^4.11.1",
"final-form": "^4.19.1",
"flow": "^0.2.3",
"flow-bin": "^0.92.1",
"flow-bin": "^0.132.0",
"glow": "^1.2.2",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.3",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"nps": "^5.9.3",
"nps-utils": "^1.7.0",
"prettier": "^1.16.4",
"prettier-eslint-cli": "^4.7.1",
"rollup": "^1.1.2",
"prettier": "^2.1.1",
"prettier-eslint-cli": "^5.0.0",
"rollup": "^2.26.9",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.2",
"typescript": "^3.3.1"
"typescript": "^4.0.2"
},

@@ -76,0 +76,0 @@ "peerDependencies": {

@@ -135,3 +135,3 @@ # 🏁 Final Form Calculate

### `FieldPattern: FieldName | RegExp | FieldName[]`
### `FieldPattern: FieldName | RegExp | (FieldName | RegExp)[]`

@@ -138,0 +138,0 @@ A pattern to match a field with.

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