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.0 to 0.3.1

6

dist/field/field.js

@@ -48,3 +48,3 @@ var __assign = (this && this.__assign) || function () {

if (input) {
input.addEventListener('keyup', handleKeyUp);
validate && input.addEventListener('keyup', handleKeyUp);
}

@@ -56,8 +56,8 @@ else {

if (input) {
input.removeEventListener('keyup', handleKeyUp);
validate && input.removeEventListener('keyup', handleKeyUp);
}
};
}, []);
}, [validate]);
var Input = component;
return (React.createElement(React.Fragment, null, Input ? (React.createElement(Input, __assign({ name: name, meta: meta }, props))) : (React.createElement("input", { name: name }))));
};
{
"name": "@altiore/form",
"version": "0.3.0",
"version": "0.3.1",
"description": "Form helper for building powerful forms",

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

"@storybook/storybook-deployer": "^2.8.10",
"@types/lodash": "4.14.173",
"@types/lodash": "^4.14.173",
"@types/node": "16.4.9",

@@ -60,0 +60,0 @@ "@typescript-eslint/eslint-plugin": "4.28.5",

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