Socket
Socket
Sign inDemoInstall

@amalto/validated-input

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/validated-input - npm Package Compare versions

Comparing version 1.0.42 to 1.1.1

6

build/index.d.ts
/// <reference types="react" />
import * as React from 'react';
/**
* Simple select or input with a validation by regular expression or method check used on a [redux-form](https://redux-form.com/6.0.0-rc.1/docs/api/reduxform.md/).
*/
declare module ValidatedInput {

@@ -61,5 +64,2 @@ interface Props extends React.Props<ValidatedInput> {

}
/**
* Simple select or input with a validation by regular expression or method check.
*/
declare class ValidatedInput extends React.Component<ValidatedInput.Props, ValidatedInput.State> {

@@ -66,0 +66,0 @@ constructor(props: ValidatedInput.Props);

@@ -18,5 +18,2 @@ "use strict";

var classNames = require("classnames");
/**
* Simple select or input with a validation by regular expression or method check.
*/
var ValidatedInput = /** @class */ (function (_super) {

@@ -23,0 +20,0 @@ __extends(ValidatedInput, _super);

@@ -5,3 +5,3 @@ {

"description": "Input component with validation control.",
"version": "1.0.42",
"version": "1.1.1",
"license": "MIT",

@@ -29,3 +29,3 @@ "repository": {

"dependencies": {
"@amalto/help": "1.0.15",
"@amalto/help": "1.1.1",
"classnames": "2.2.5",

@@ -32,0 +32,0 @@ "react": "15.6.2",

Sorry, the diff of this file is not supported yet

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