New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/npm-resolver

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/npm-resolver - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

18

lib/index.d.ts

@@ -1,8 +0,18 @@

import { PackageManifest, PnpmOptions } from '@pnpm/types';
import { PackageMeta } from './loadPackageMeta';
export { PackageManifest, PackageMeta };
export default function createResolver(opts: PnpmOptions & {
export default function createResolver(opts: {
cert?: string;
key?: string;
ca?: string;
strictSsl?: boolean;
rawNpmConfig: object;
metaCache: Map<string, object>;
store: string;
proxy?: string;
httpsProxy?: string;
localAddress?: string;
userAgent?: string;
offline?: boolean;
fetchRetries?: number;
fetchRetryFactor?: number;
fetchRetryMintimeout?: number;
fetchRetryMaxtimeout?: number;
}): any;
{
"name": "@pnpm/npm-resolver",
"version": "0.3.9",
"version": "0.3.10",
"description": "Resolver for npm-hosted packages",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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