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

react-form-with-constraints

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form-with-constraints - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

CHANGELOG.md

14

package.json
{
"name": "react-form-with-constraints",
"version": "0.9.1",
"version": "0.9.2",
"repository": {

@@ -10,2 +10,11 @@ "type": "git",

"license": "MIT",
"keywords": [
"react",
"form",
"validation",
"form-validation",
"input-validation",
"constraints",
"html5"
],
"main": "lib/index.js",

@@ -18,6 +27,7 @@ "types": "lib/index.d.ts",

"scripts": {
"clean": "del-cli lib dist coverage .rpt2_cache",
"clean": "del-cli lib dist coverage .rpt2_cache README.md LICENSE CHANGELOG.md",
"tsc": "tsc",
"build": "tsc --project tsconfig.lib.json",
"dist": "cross-env NODE_ENV=development rollup --config && cross-env NODE_ENV=production rollup --config",
"prepack": "cp ../../README.md ../../LICENSE ../../CHANGELOG.md .",
"prepublishOnly": "npm run clean && npm run tsc && npm run build && npm run dist",

@@ -24,0 +34,0 @@ "test": "node --trace-warnings node_modules/.bin/jest --no-cache --verbose",

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