object-fields
Advanced tools
Comparing version 1.3.15 to 1.3.16
{ | ||
"name": "object-fields", | ||
"version": "1.3.15", | ||
"version": "1.3.16", | ||
"description": "Utility functions around nested object fields", | ||
@@ -14,11 +14,14 @@ "main": "lib/index.js", | ||
"@babel/register": "7.5.5", | ||
"@blackflux/eslint-plugin-rules": "1.1.0", | ||
"@blackflux/robo-config-plugin": "2.4.4", | ||
"@blackflux/eslint-plugin-rules": "1.3.0", | ||
"@blackflux/robo-config-plugin": "2.5.2", | ||
"babel-eslint": "10.0.2", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.6", | ||
"eslint": "6.1.0", | ||
"js-gardener": "2.0.60", | ||
"eslint": "6.2.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-mocha": "6.0.0", | ||
"js-gardener": "2.0.66", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.19" | ||
"semantic-release": "15.13.21" | ||
}, | ||
@@ -34,8 +37,8 @@ "scripts": { | ||
"gardener": "node gardener", | ||
"docker": "docker run -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"yu": "yarn upgrade --latest --force", | ||
"yi": "yarn install --frozen-lockfile", | ||
"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", | ||
"t": "yarn test", | ||
"ts": "yarn run test-simple", | ||
"tsv": "yarn run test-simple --verbose" | ||
"tsv": "yarn run test-simple --verbose", | ||
"u": "yarn upgrade --latest --force", | ||
"i": "yarn install --frozen-lockfile" | ||
}, | ||
@@ -42,0 +45,0 @@ "repository": { |
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
14717
16