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

@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.3.5 to 1.3.7

118

package.json
{
"name": "@amalto/validated-input",
"displayName": "ValidatedInput",
"description": "Input component with validation control.",
"version": "1.3.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amalto/platform6-ui-components"
},
"keywords": [
"user-interface",
"react",
"typescript"
"name": "@amalto/validated-input",
"displayName": "ValidatedInput",
"description": "Input component with validation control.",
"version": "1.3.7",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amalto/platform6-ui-components"
},
"keywords": [
"user-interface",
"react",
"typescript"
],
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"author": "Amalto Technologies",
"scripts": {
"setup": "npm install",
"test": "ava ./test/test.js --verbose",
"prepare": "rm -rf ./build; tsc -d"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@amalto/help": "1.3.3",
"classnames": "2.2.5",
"react": "15.6.2",
"react-dom": "15.6.2"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "1.1.0",
"@types/bootstrap": "3.3.36",
"@types/jquery": "3.3.0",
"@types/react": "15.6.10",
"@types/react-dom": "15.5.6",
"ava": "0.24.0",
"babel-preset-react": "6.24.1",
"babel-register": "6.26.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-15": "1.0.5",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "15.6.2",
"sinon": "4.2.2"
},
"ava": {
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"powerAssert": true,
"require": [
"babel-register"
],
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"author": "Amalto Technologies",
"scripts": {
"setup": "npm install",
"test": "ava ./test/test.js --verbose",
"prepare": "rm -rf ./build; tsc -d"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@amalto/help": "^1.3.3",
"classnames": "2.2.5",
"react": "15.6.2",
"react-dom": "15.6.2"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "1.1.0",
"@types/bootstrap": "3.3.36",
"@types/jquery": "3.3.0",
"@types/react": "15.6.10",
"@types/react-dom": "15.5.6",
"ava": "0.24.0",
"babel-preset-react": "6.24.1",
"babel-register": "6.26.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-15": "1.0.5",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "15.6.2",
"sinon": "4.2.2"
},
"ava": {
"concurrency": 5,
"failFast": true,
"failWithoutAssertions": false,
"powerAssert": true,
"require": [
"babel-register"
],
"babel": {
"presets": [
"@ava/stage-4",
"react"
]
}
"babel": {
"presets": [
"@ava/stage-4",
"react"
]
}
}
}
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