object-hash-strict
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "object-hash-strict", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Wrapper around object-hash that restricts allowed values", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "npm run clean && npm run gardener && npm run test-simple", | ||
"test": "yarn run clean && yarn run gardener && yarn run test-simple", | ||
"clean": "rm -rf lib", | ||
"build": "npx babel src --out-dir lib --copy-files --include-dotfiles --config-file ./.babelrc", | ||
"build-clean": "npm run clean && npm run build", | ||
"build-clean": "yarn run clean && yarn run build", | ||
"test-simple": "nyc mocha \"./test/**/*.spec.js\"", | ||
@@ -19,3 +19,3 @@ "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"semantic-release": "yarn run build-clean && npx semantic-release", | ||
"gardener": "node gardener" | ||
@@ -41,21 +41,21 @@ }, | ||
"devDependencies": { | ||
"@babel/cli": "7.6.2", | ||
"@babel/core": "7.6.2", | ||
"@babel/cli": "7.7.0", | ||
"@babel/core": "7.7.2", | ||
"@babel/plugin-proposal-object-rest-spread": "7.6.2", | ||
"@babel/register": "7.6.2", | ||
"@blackflux/eslint-plugin-rules": "1.3.14", | ||
"@blackflux/robo-config-plugin": "2.6.15", | ||
"@babel/register": "7.7.0", | ||
"@blackflux/eslint-plugin-rules": "1.3.15", | ||
"@blackflux/robo-config-plugin": "2.6.17", | ||
"babel-eslint": "10.0.3", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.6", | ||
"eslint": "6.5.1", | ||
"coveralls": "3.0.7", | ||
"eslint": "6.6.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-json": "1.4.0", | ||
"eslint-plugin-markdown": "1.0.0", | ||
"eslint-plugin-mocha": "6.1.1", | ||
"js-gardener": "2.0.105", | ||
"node-tdd": "2.5.15", | ||
"eslint-plugin-json": "2.0.1", | ||
"eslint-plugin-markdown": "1.0.1", | ||
"eslint-plugin-mocha": "6.2.1", | ||
"js-gardener": "2.0.114", | ||
"node-tdd": "2.5.18", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.24" | ||
"semantic-release": "15.13.31" | ||
}, | ||
@@ -62,0 +62,0 @@ "licenses": [ |
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
9877