Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

read-pkg-up

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-pkg-up - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

9

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

@@ -37,6 +37,4 @@ "license": "MIT",

"look",
"file",
"search",
"match",
"package",
"resolve",

@@ -54,3 +52,3 @@ "parent",

"find-up": "^2.0.0",
"read-pkg": "^2.0.0"
"read-pkg": "^3.0.0"
},

@@ -60,6 +58,3 @@ "devDependencies": {

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

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

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

@@ -35,3 +35,3 @@

version: '1.0.0',
...
},

@@ -60,3 +60,3 @@ path: '/Users/sindresorhus/dev/awesome-package/package.json'

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

@@ -63,0 +63,0 @@ Directory to start looking for a package.json file.

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