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

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version 12.0.0 to 12.1.0

1

lib/project.d.ts

@@ -5,2 +5,3 @@ import { type ProjectManifest } from './package';

rootDirRealPath: ProjectRootDirRealPath;
modulesDir?: string;
manifest: ProjectManifest;

@@ -7,0 +8,0 @@ writeProjectManifest: (manifest: ProjectManifest, force?: boolean | undefined) => Promise<void>;

4

package.json
{
"name": "@pnpm/types",
"version": "12.0.0",
"version": "12.1.0",
"description": "Basic types used by pnpm",

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

"devDependencies": {
"@pnpm/types": "12.0.0"
"@pnpm/types": "12.1.0"
},

@@ -30,0 +30,0 @@ "exports": {

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