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

@pnpm/client

Package Overview
Dependencies
Maintainers
3
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/client - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

10

CHANGELOG.md
# @pnpm/client
## 1.0.7
### Patch Changes
- Updated dependencies [6d480dd7a]
- @pnpm/tarball-fetcher@8.1.0
- @pnpm/git-fetcher@3.0.6
- @pnpm/default-resolver@10.0.7
- @pnpm/fetch@2.1.3
## 1.0.6

@@ -4,0 +14,0 @@

11

lib/index.d.ts
import { ResolverFactoryOptions } from '@pnpm/default-resolver';
import { AgentOptions } from '@pnpm/fetch';
import { RetryTimeoutOptions } from '@pnpm/fetching-types';
export default function (opts: {
authConfig: Record<string, string>;
ca?: string;
cert?: string;
key?: string;
localAddress?: string;
noProxy?: string | boolean;
httpProxy?: string;
httpsProxy?: string;
retry?: RetryTimeoutOptions;
strictSSL?: boolean;
userAgent?: string;
} & ResolverFactoryOptions): any;
} & ResolverFactoryOptions & AgentOptions): any;
{
"name": "@pnpm/client",
"version": "1.0.6",
"version": "1.0.7",
"description": "Creates the package resolve and fetch functions",

@@ -34,8 +34,8 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/default-resolver": "^10.0.6",
"@pnpm/fetch": "^2.1.2",
"@pnpm/default-resolver": "^10.0.7",
"@pnpm/fetch": "^2.1.3",
"@pnpm/fetching-types": "^1.0.0",
"@pnpm/git-fetcher": "3.0.6",
"@pnpm/resolver-base": "7.0.3",
"@pnpm/tarball-fetcher": "8.0.1",
"@pnpm/tarball-fetcher": "8.1.0",
"credentials-by-uri": "^2.0.0",

@@ -42,0 +42,0 @@ "mem": "^6.1.0"

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