Socket
Book a DemoSign in
Socket

json-parse-even-better-errors

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-parse-even-better-errors - npm Package Compare versions

Comparing version
4.0.0
to
5.0.0
+4
-4
package.json
{
"name": "json-parse-even-better-errors",
"version": "4.0.0",
"version": "5.0.0",
"description": "JSON.parse with context information on error",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/template-oss": "4.27.1",
"tap": "^16.3.0"

@@ -44,9 +44,9 @@ },

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.27.1",
"publish": true
}
}