Socket
Socket
Sign inDemoInstall

read-package-json

Package Overview
Dependencies
4
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.9 to 2.0.10

2

package.json
{
"name": "read-package-json",
"version": "2.0.9",
"version": "2.0.10",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",

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

@@ -110,3 +110,3 @@ var fs

function extrasCached (file, d, data, log, strict, cb) {
extras(file, data, log, strict, (err, data) => {
extras(file, data, log, strict, function (err, data) {
if (!err) {

@@ -113,0 +113,0 @@ cache[d] = jsonClone(data)

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc