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

@pnpm/types

Package Overview
Dependencies
Maintainers
3
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 4.0.0 to 5.0.0

4

lib/options.d.ts
import { DependenciesField } from './misc';
import { ImporterManifest, PackageManifest } from './package';
import { PackageManifest, ProjectManifest } from './package';
export declare type LogBase = {

@@ -15,3 +15,3 @@ level: 'debug' | 'error';

(pkg: PackageManifest): PackageManifest;
(pkg: ImporterManifest): ImporterManifest;
(pkg: ProjectManifest): ProjectManifest;
}

@@ -79,11 +79,6 @@ export interface Dependencies {

types?: string;
publishConfig?: {
main?: string;
module?: string;
typings?: string;
types?: string;
};
publishConfig?: Record<string, unknown>;
}
export declare type DependencyManifest = BaseManifest & Required<Pick<BaseManifest, 'name' | 'version'>>;
export declare type ImporterManifest = BaseManifest & {
export declare type ProjectManifest = BaseManifest & {
private?: boolean;

@@ -90,0 +85,0 @@ };

{
"name": "@pnpm/types",
"version": "4.0.0",
"version": "5.0.0",
"description": "Basic types used by pnpm",

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

"scripts": {
"test": "pnpm run tsc && tslint -c tslint.json -p .",
"test": "pnpm run tsc",
"tsc": "rimraf lib && tsc",

@@ -17,0 +17,0 @@ "prepublishOnly": "pnpm run tsc"

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