Socket
Socket
Sign inDemoInstall

@pnpm/fetcher-base

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/fetcher-base - npm Package Compare versions

Comparing version 11.1.7 to 11.2.0

6

lib/index.d.ts

@@ -22,7 +22,9 @@ /// <reference types="node" />

});
export declare type ImportPackageFunction = (to: string, opts: {
export interface ImportPackageOpts {
requiresBuild?: boolean;
targetEngine?: string;
filesResponse: PackageFilesResponse;
force: boolean;
}) => Promise<{
}
export declare type ImportPackageFunction = (to: string, opts: ImportPackageOpts) => Promise<{
isBuilt: boolean;

@@ -29,0 +31,0 @@ importMethod: undefined | string;

{
"name": "@pnpm/fetcher-base",
"version": "11.1.7",
"version": "11.2.0",
"description": "Types for pnpm-compatible fetchers",

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

"devDependencies": {
"@pnpm/fetcher-base": "11.1.7"
"@pnpm/fetcher-base": "11.2.0"
},

@@ -35,0 +35,0 @@ "scripts": {

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