Socket
Socket
Sign inDemoInstall

json-parse-even-better-errors

Package Overview
Dependencies
0
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 3.0.0

lib/index.js

45

package.json
{
"name": "json-parse-even-better-errors",
"version": "2.3.1",
"version": "3.0.0",
"description": "JSON.parse with context information on error",
"main": "index.js",
"main": "lib/index.js",
"files": [
"*.js"
"bin/",
"lib/"
],
"scripts": {
"preversion": "npm t",
"postversion": "npm publish",
"prepublishOnly": "git push --follow-tags",
"test": "tap",
"snap": "tap"
"snap": "tap",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint"
},
"repository": "https://github.com/npm/json-parse-even-better-errors",
"repository": {
"type": "git",
"url": "https://github.com/npm/json-parse-even-better-errors.git"
},
"keywords": [

@@ -21,14 +27,23 @@ "JSON",

],
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech",
"twitter": "maybekatz"
},
"author": "GitHub Inc.",
"license": "MIT",
"devDependencies": {
"tap": "^14.6.5"
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.5.1",
"tap": "^16.3.0"
},
"tap": {
"check-coverage": true
"check-coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.5.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc