@parameter1/base-cms-object-path
Advanced tools
Comparing version 3.0.0 to 4.0.0-beta.0
{ | ||
"name": "@parameter1/base-cms-object-path", | ||
"version": "3.0.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Utility functions for accessing JavaScript objects by path.", | ||
@@ -10,2 +10,3 @@ "main": "src/index.js", | ||
"scripts": { | ||
"lint:fix": "yarn lint --fix", | ||
"lint": "eslint --ext .js --max-warnings 5 ./", | ||
@@ -15,3 +16,3 @@ "test": "yarn lint" | ||
"dependencies": { | ||
"@parameter1/base-cms-utils": "^3.0.0", | ||
"@parameter1/base-cms-utils": "^4.0.0-beta.0", | ||
"object-path": "^0.11.8" | ||
@@ -22,3 +23,3 @@ }, | ||
}, | ||
"gitHead": "ce98550c2435936114d6d2b1321cb46341d4712c" | ||
"gitHead": "6b1c5270b9b3031b27d36ec109348efbd80f7933" | ||
} |
@@ -6,3 +6,3 @@ const { isObject } = require('@parameter1/base-cms-utils'); | ||
const pop = stack => stack.pop() || {}; | ||
const pop = (stack) => stack.pop() || {}; | ||
@@ -9,0 +9,0 @@ const getLastObject = (obj, path, stack = []) => { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
3294
2
+ Added@parameter1/base-cms-utils@4.74.0(transitive)
- Removed@parameter1/base-cms-utils@3.0.0(transitive)