Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
7
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.15 to 0.3.16

5

package.json
{
"name": "@altiore/form",
"version": "0.3.15",
"version": "0.3.16",
"description": "Form helper for building powerful forms",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"start": "npm run story",
"build": "rm -rf dist && tsc && tscpaths -p tsconfig.build.json -s ./src -o ./dist",
"build": "rimraf dist && tsc && tscpaths -p tsconfig.build.json -s ./src -o ./dist",
"npm:patch": "npm version patch && npm publish --access=public && git push && git push --tags",

@@ -99,2 +99,3 @@ "npm:minor": "npm version minor && npm publish --access=public && git push && git push --tags",

"react-dom": "17.0.2",
"rimraf": "^3.0.2",
"sinon": "11.1.2",

@@ -101,0 +102,0 @@ "ts-jest": "^27.0.7",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc