Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
6
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.1.0

.storybook/main.js

1

.eslintrc.js

@@ -38,2 +38,3 @@ module.exports = {

{match: '^react', name: 'react', order: 10},
{match: '^@storybook', name: '@storybook', order: 20},
{match: '^\\./', name: 'current directory', order: 80},

@@ -40,0 +41,0 @@ {match: '.*', name: 'new unknown', order: 90},

18

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

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

"scripts": {
"start": "npm run storybook",
"build": "rm -rf dist && tsc",

@@ -17,7 +18,9 @@ "npm:patch": "npm version patch && npm publish --access=public && git push && git push --tags",

"prepublish": "npm run build",
"prepare": "husky install"
"prepare": "husky install",
"storybook": "start-storybook -p 8888",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/altiore/test-forbidden-regex.git"
"url": "git+ssh://git@github.com:altiore/form.git"
},

@@ -38,5 +41,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/altiore/test-forbidden-regex/issues"
"url": "https://github.com/altiore/form/issues"
},
"homepage": "https://github.com/altiore/test-forbidden-regex#readme",
"homepage": "https://github.com/altiore/form#readme",
"dependencies": {},

@@ -46,5 +49,10 @@ "devDependencies": {

"@babel/eslint-parser": "7.14.7",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@types/node": "16.4.9",
"@typescript-eslint/eslint-plugin": "4.28.5",
"@typescript-eslint/parser": "4.28.5",
"babel-loader": "^8.2.2",
"eslint": "7.32.0",

@@ -51,0 +59,0 @@ "eslint-config-prettier": "8.3.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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