Socket
Socket
Sign inDemoInstall

read-package-json

Package Overview
Dependencies
Maintainers
5
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-package-json - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

4

lib/read-json.js

@@ -30,3 +30,3 @@ var fs = require('fs')

function readJson (file, log_, strict_, cb_) {
function readJson (file) {
var log, strict, cb

@@ -158,3 +158,3 @@ for (var i = 1; i < arguments.length - 1; i++) {

readJson.extras = extras
function extras (file, data, log_, strict_, cb_) {
function extras (file, data) {
var log, strict, cb

@@ -161,0 +161,0 @@ for (var i = 2; i < arguments.length - 1; i++) {

{
"name": "read-package-json",
"version": "7.0.0",
"version": "7.0.1",
"author": "GitHub Inc.",

@@ -8,3 +8,3 @@ "description": "The thing npm uses to read package.json files with semantics and defaults and validation",

"type": "git",
"url": "https://github.com/npm/read-package-json.git"
"url": "git+https://github.com/npm/read-package-json.git"
},

@@ -18,3 +18,3 @@ "main": "lib/read-json.js",

"npmclilint": "npmcli-lint",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",

@@ -35,3 +35,3 @@ "posttest": "npm run lint",

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.0.1"

@@ -59,11 +59,5 @@ },

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
"version": "4.22.0",
"publish": "true"
}
}
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