@amalto/helpers
Advanced tools
Comparing version 1.3.6 to 1.3.8
130
package.json
{ | ||
"name": "@amalto/helpers", | ||
"displayName": "Helpers", | ||
"description": "Helpers functions used across b2portal core and components.", | ||
"version": "1.3.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/amalto/platform6-ui-components" | ||
}, | ||
"keywords": [ | ||
"user-interface", | ||
"react", | ||
"typescript" | ||
"name": "@amalto/helpers", | ||
"displayName": "Helpers", | ||
"description": "Helpers functions used across b2portal core and components.", | ||
"version": "1.3.8", | ||
"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/wordings": "1.3.4", | ||
"base-64": "0.1.0", | ||
"classnames": "2.2.5", | ||
"md5": "2.2.1", | ||
"react": "15.6.2", | ||
"react-dom": "15.6.2" | ||
}, | ||
"devDependencies": { | ||
"@ava/babel-preset-stage-4": "1.1.0", | ||
"@types/base-64": "0.1.2", | ||
"@types/bootstrap": "3.3.36", | ||
"@types/jquery": "3.3.0", | ||
"@types/modernizr": "3.5.1", | ||
"@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", | ||
"jsdom": "11.6.2", | ||
"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", | ||
"./test/utils.js" | ||
], | ||
"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/wordings": "^1.3.4", | ||
"base-64": "0.1.0", | ||
"classnames": "2.2.5", | ||
"md5": "2.2.1", | ||
"react": "15.6.2", | ||
"react-dom": "15.6.2" | ||
}, | ||
"devDependencies": { | ||
"@ava/babel-preset-stage-4": "1.1.0", | ||
"@types/base-64": "0.1.2", | ||
"@types/bootstrap": "3.3.36", | ||
"@types/jquery": "3.3.0", | ||
"@types/modernizr": "3.5.1", | ||
"@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", | ||
"jsdom": "11.6.2", | ||
"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", | ||
"./test/utils.js" | ||
], | ||
"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
283476
+ Added@amalto/wordings@1.3.4(transitive)
- Removed@amalto/wordings@1.9.35(transitive)
Updated@amalto/wordings@1.3.4