object-fields
Advanced tools
Comparing version 2.0.22 to 3.0.0
{ | ||
"name": "object-fields", | ||
"version": "2.0.22", | ||
"version": "3.0.0", | ||
"description": "Utility functions around nested object fields", | ||
@@ -13,9 +13,9 @@ "main": "lib/index.js", | ||
"@babel/register": "7.13.8", | ||
"@blackflux/eslint-plugin-rules": "1.3.46", | ||
"@blackflux/robo-config-plugin": "4.1.4", | ||
"@blackflux/eslint-plugin-rules": "1.3.47", | ||
"@blackflux/robo-config-plugin": "5.0.0", | ||
"babel-eslint": "10.1.0", | ||
"babel-preset-latest-node": "5.4.0", | ||
"chai": "4.3.3", | ||
"babel-preset-latest-node": "5.5.1", | ||
"chai": "4.3.4", | ||
"coveralls": "3.1.0", | ||
"eslint": "7.21.0", | ||
"eslint": "7.22.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
@@ -26,5 +26,5 @@ "eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-mocha": "8.1.0", | ||
"js-gardener": "2.0.187", | ||
"js-gardener": "2.0.188", | ||
"nyc": "15.1.0", | ||
"semantic-release": "17.4.1" | ||
"semantic-release": "17.4.2" | ||
}, | ||
@@ -98,3 +98,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 12" | ||
}, | ||
@@ -101,0 +101,0 @@ "files": [ |
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
8113