Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

safe-json-value

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-json-value - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

3

build/src/size.js

@@ -96,2 +96,5 @@ import{safeGetChangeProp}from"./get.js";

const getJsonLength=function(value){

@@ -98,0 +101,0 @@ try{

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc