Socket
Socket
Sign inDemoInstall

@pnpm/read-package-json

Package Overview
Dependencies
Maintainers
3
Versions
73
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 3.1.1-alpha.0 to 3.1.1

8

CHANGELOG.md
# @pnpm/read-package-json
## 3.1.1
### Patch Changes
- Updated dependencies [da091c711]
- @pnpm/types@6.0.0
## 3.1.1-alpha.0
### Patch Changes

@@ -5,0 +13,0 @@

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.safeReadPackageFromDir = exports.safeReadPackage = exports.fromDir = void 0;
const path = require("path");

@@ -4,0 +5,0 @@ const readPackageManifestCB = require("read-package-json");

4

package.json
{
"name": "@pnpm/read-package-json",
"version": "3.1.1-alpha.0",
"version": "3.1.1",
"description": "Read a package.json",

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

"dependencies": {
"@pnpm/types": "^6.0.0-alpha.0",
"@pnpm/types": "^6.0.0",
"read-package-json": "2.1.1"

@@ -36,0 +36,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