object-fields
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "object-fields", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Utility functions around nested object fields", | ||
@@ -10,15 +10,15 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.4.4", | ||
"@babel/core": "7.4.5", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.4", | ||
"@babel/cli": "7.5.0", | ||
"@babel/core": "7.5.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.1", | ||
"@babel/register": "7.4.4", | ||
"@blackflux/eslint-plugin-rules": "1.0.16", | ||
"@blackflux/robo-config-plugin": "1.10.4", | ||
"babel-eslint": "10.0.1", | ||
"@blackflux/eslint-plugin-rules": "1.0.20", | ||
"@blackflux/robo-config-plugin": "2.0.0", | ||
"babel-eslint": "10.0.2", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.3", | ||
"eslint": "5.16.0", | ||
"js-gardener": "2.0.32", | ||
"coveralls": "3.0.4", | ||
"eslint": "6.0.1", | ||
"js-gardener": "2.0.40", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.12" | ||
"semantic-release": "15.13.18" | ||
}, | ||
@@ -25,0 +25,0 @@ "scripts": { |
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
14227