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

@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 12.0.0 to 12.0.1

8

package.json
{
"name": "@pnpm/fetcher-base",
"version": "12.0.0",
"version": "12.0.1",
"description": "Types for pnpm-compatible fetchers",

@@ -26,4 +26,4 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/resolver-base": "9.0.0",
"@pnpm/types": "8.0.0",
"@pnpm/resolver-base": "9.0.1",
"@pnpm/types": "8.0.1",
"@types/ssri": "^7.1.0"

@@ -33,3 +33,3 @@ },

"devDependencies": {
"@pnpm/fetcher-base": "12.0.0"
"@pnpm/fetcher-base": "12.0.1"
},

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

@@ -20,3 +20,3 @@ # @pnpm/fetcher-base

```ts
import {Resolution} from '@pnpm/resolver-base'
import { Resolution } from '@pnpm/resolver-base'
import {

@@ -27,7 +27,7 @@ FetchOptions,

export async function (
export async function demoFetcher (
resolution: Resolution,
targetFolder: string,
opts: FetchOptions,
): Promise<FetchResult>
): Promise<FetchResult> {
// ...

@@ -34,0 +34,0 @@ return {

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