safe-json-value
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -96,2 +96,5 @@ import{safeGetChangeProp}from"./get.js"; | ||
const getJsonLength=function(value){ | ||
@@ -98,0 +101,0 @@ try{ |
{ | ||
"name": "safe-json-value", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"type": "module", | ||
@@ -9,3 +9,3 @@ "exports": "./build/src/main.js", | ||
"files": [ | ||
"build/src/**/*.{js,d.ts,map,json,sh,md}" | ||
"build/src/**/*.{js,d.ts,json}" | ||
], | ||
@@ -51,7 +51,7 @@ "scripts": { | ||
"is-plain-obj": "^4.1.0", | ||
"normalize-exception": "^1.4.1" | ||
"normalize-exception": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^1.0.84", | ||
"test-each": "^5.1.1" | ||
"test-each": "^5.2.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "engines": { |
@@ -465,2 +465,8 @@ <picture> | ||
is valid JSON | ||
- [`truncate-json`](https://github.com/ehmicky/truncate-json): Truncate a JSON | ||
string | ||
- [`guess-json-indent`](https://github.com/ehmicky/guess-json-indent): Guess the | ||
indentation of a JSON string | ||
- [`error-serializer`](https://github.com/ehmicky/error-serializer): Convert | ||
errors to/from plain objects | ||
@@ -467,0 +473,0 @@ # Support |
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
499
39712
17
Updatednormalize-exception@^1.5.0