object-scan
Advanced tools
Comparing version 19.0.1 to 19.0.2
{ | ||
"name": "object-scan", | ||
"type": "module", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"description": "Traverse object hierarchies using matching and callbacks.", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"it": "yarn run i && yarn run t", | ||
"ncc-analyze": "yarn clean && cp -rf ./src ./lib && ncc build -m -s -o lib && npx source-map-explorer lib/index.js --only-mapped --html source.html && yarn clean" | ||
"ncc-analyze": "yarn clean && cp -rf ./src ./lib && ncc build -m -s -o lib --stats-out stats.json && npx webpack-bundle-analyzer stats.json --mode static && rm stats.json && yarn clean" | ||
}, | ||
@@ -55,7 +55,8 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "7.22.9", | ||
"@babel/eslint-parser": "7.22.9", | ||
"@babel/core": "7.22.10", | ||
"@babel/eslint-parser": "7.22.10", | ||
"@babel/register": "7.22.5", | ||
"@blackflux/eslint-plugin-rules": "3.0.0", | ||
"@blackflux/robo-config-plugin": "9.1.9", | ||
"@blackflux/eslint-plugin-rules": "3.0.1", | ||
"@blackflux/robo-config-plugin": "9.1.15", | ||
"@eslint/eslintrc": "2.1.2", | ||
"@vercel/ncc": "0.36.1", | ||
@@ -66,4 +67,4 @@ "axios": "1.4.0", | ||
"diff": "5.1.0", | ||
"diff2html": "3.4.35", | ||
"eslint": "8.46.0", | ||
"diff2html": "3.4.40", | ||
"eslint": "8.47.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
@@ -76,4 +77,4 @@ "eslint-plugin-import": "2.28.0", | ||
"jmespath": "0.16.0", | ||
"joi-strict": "3.0.0", | ||
"js-gardener": "5.0.1", | ||
"joi-strict": "3.0.1", | ||
"js-gardener": "5.0.2", | ||
"json-stringify-pretty-compact": "4.0.0", | ||
@@ -87,6 +88,6 @@ "jsonpath": "1.1.1", | ||
"nimma": "0.3.1", | ||
"node-tdd": "4.0.0", | ||
"object-scan": "19.0.0", | ||
"promise-pool-ext": "3.0.1", | ||
"smart-fs": "4.0.0", | ||
"node-tdd": "4.0.1", | ||
"object-scan": "19.0.1", | ||
"promise-pool-ext": "3.0.2", | ||
"smart-fs": "4.0.1", | ||
"stringify-object": "5.0.0", | ||
@@ -93,0 +94,0 @@ "uuid": "9.0.0" |
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
161630
36