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

@pnpm/cli-meta

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/cli-meta - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/index.js

@@ -35,3 +35,3 @@ "use strict";

stableVersion: pkgJson.version.includes('-')
? pkgJson.version.substr(0, pkgJson.version.indexOf('-'))
? pkgJson.version.slice(0, pkgJson.version.indexOf('-'))
: pkgJson.version,

@@ -38,0 +38,0 @@ // This may be a 3.0.0-beta.2

{
"name": "@pnpm/cli-meta",
"version": "3.0.0",
"version": "3.0.1",
"description": "Reads the metainfo of the currently running pnpm instance",

@@ -25,6 +25,6 @@ "main": "lib/index.js",

"devDependencies": {
"@pnpm/cli-meta": "3.0.0"
"@pnpm/cli-meta": "3.0.1"
},
"dependencies": {
"@pnpm/types": "8.0.0",
"@pnpm/types": "8.0.1",
"load-json-file": "^6.2.0"

@@ -31,0 +31,0 @@ },

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