Socket
Socket
Sign inDemoInstall

read-package-json

Package Overview
Dependencies
Maintainers
1
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 0.1.2 to 0.1.3

4

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

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

"glob": "~3.1.9",
"lru-cache": "~1.1.0",
"lru-cache": "~2.0.0",
"semver": "~1.0.14",

@@ -19,0 +19,0 @@ "slide": "~1.1.3"

@@ -24,3 +24,3 @@ // vim: set softtabstop=16 shiftwidth=16:

var LRU = require("lru-cache")
readJson.cache = new LRU(1000)
readJson.cache = new LRU({max: 1000})
var path = require("path")

@@ -27,0 +27,0 @@ var glob = require("glob")

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