@amalto/validated-input
Advanced tools
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" | ||
] | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22898
+ Added@amalto/help@1.3.3(transitive)
+ Addedpopper.js@1.12.9(transitive)
- Removed@amalto/help@1.9.28(transitive)
- Removedclassnames@2.5.1(transitive)
- Removedpopper.js@1.16.1(transitive)
Updated@amalto/help@1.3.3