Socket
Socket
Sign inDemoInstall

read-pkg

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-pkg - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

9

package.json
{
"name": "read-pkg",
"version": "2.0.0",
"version": "3.0.0",
"description": "Read a package.json file",

@@ -34,5 +34,5 @@ "license": "MIT",

"dependencies": {
"load-json-file": "^2.0.0",
"load-json-file": "^4.0.0",
"normalize-package-data": "^2.3.2",
"path-type": "^2.0.0"
"path-type": "^3.0.0"
},

@@ -42,6 +42,3 @@ "devDependencies": {

"xo": "*"
},
"xo": {
"esnext": true
}
}

@@ -17,3 +17,3 @@ # read-pkg [![Build Status](https://travis-ci.org/sindresorhus/read-pkg.svg?branch=master)](https://travis-ci.org/sindresorhus/read-pkg)

```
$ npm install --save read-pkg
$ npm install read-pkg
```

@@ -57,3 +57,3 @@

Type: `string`<br>
Default: `.`
Default: `process.cwd()`

@@ -60,0 +60,0 @@ Path to a `package.json` file or its directory.

Sorry, the diff of this file is not supported yet

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