Socket
Socket
Sign inDemoInstall

@pnpm/read-package-json

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-package-json - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

23

package.json
{
"name": "@pnpm/read-package-json",
"version": "2.0.1",
"version": "2.0.2",
"description": "Read a package.json",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"engines": {
"node": ">=8"
"node": ">=8.15"
},

@@ -15,3 +15,4 @@ "files": [

"scripts": {
"test": "tslint --config tslint.json --project . && preview && ts-node test --type-check",
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"test": "npm run lint && npm run tsc && ts-node test --type-check",
"prepublishOnly": "tsc",

@@ -21,6 +22,3 @@ "tsc": "tsc",

},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/read-package-json.git"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
"keywords": [

@@ -38,5 +36,5 @@ "pnpm",

"bugs": {
"url": "https://github.com/pnpm/read-package-json/issues"
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/read-package-json#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
"dependencies": {

@@ -47,2 +45,4 @@ "@pnpm/types": "^3.0.0",

"devDependencies": {
"@pnpm/read-package-json": "link:",
"@pnpm/tslint-config": "0.0.0",
"@types/node": "^10.3.2",

@@ -52,7 +52,6 @@ "@types/tape": "^4.2.31",

"mos-plugin-readme": "^1.0.4",
"package-preview": "^2.0.0",
"tape": "^4.8.0",
"ts-node": "^8.0.1",
"ts-node": "8.1.0",
"tslint": "^5.8.0",
"typescript": "^3.0.0"
"typescript": "3.4.5"
},

@@ -59,0 +58,0 @@ "mos": {

@@ -5,4 +5,4 @@ # @pnpm/read-package-json

<!--@shields('npm', 'travis')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/read-package-json.svg)](https://www.npmjs.com/package/@pnpm/read-package-json) [![Build Status](https://img.shields.io/travis/pnpm/read-package-json/master.svg)](https://travis-ci.org/pnpm/read-package-json)
<!--@shields('npm')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/read-package-json.svg)](https://www.npmjs.com/package/@pnpm/read-package-json)
<!--/@-->

@@ -9,0 +9,0 @@

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