🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
90
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
1101.3.1
to
1101.3.2
+2
-1
lib/misc.d.ts

@@ -16,2 +16,3 @@ export type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies';

export type TokenHelper = [string, ...string[]];
export declare const DEFAULT_REGISTRY_SCOPE = "@";
/** Per-registry authentication credentials. */

@@ -37,3 +38,3 @@ export interface Creds {

export interface RegistryConfig {
creds?: Creds;
[scope: `@${string}`]: Creds | undefined;
tls?: TlsConfig;

@@ -40,0 +41,0 @@ }

@@ -11,2 +11,3 @@ // NOTE: The order in this array is important.

];
export const DEFAULT_REGISTRY_SCOPE = '@';
//# sourceMappingURL=misc.js.map

@@ -53,3 +53,3 @@ import type { Registries } from './misc.js';

export declare const RUNTIME_NAMES: readonly ['node', 'deno', 'bun'];
export type RuntimeName = (typeof RUNTIME_NAMES)[number];
export type RuntimeName = typeof RUNTIME_NAMES[number];
export declare function isRuntimeAlias(alias: string): alias is RuntimeName;

@@ -56,0 +56,0 @@ export interface EngineDependency {

{
"name": "@pnpm/types",
"version": "1101.3.1",
"version": "1101.3.2",
"description": "Basic types used by pnpm",

@@ -31,3 +31,3 @@ "keywords": [

"devDependencies": {
"@pnpm/types": "1101.3.1"
"@pnpm/types": "1101.3.2"
},

@@ -34,0 +34,0 @@ "engines": {