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

@yarnpkg/core

Package Overview
Dependencies
Maintainers
0
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/core - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/MultiResolver.d.ts

@@ -13,3 +13,3 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from './Resolver';

getSatisfying(descriptor: Descriptor, dependencies: Record<string, Package>, locators: Array<Locator>, opts: ResolveOptions): Promise<{
locators: Locator[];
locators: Array<Locator>;
sorted: boolean;

@@ -16,0 +16,0 @@ }>;

@@ -9,7 +9,7 @@ import { AliasFS } from '@yarnpkg/fslib';

packageFs: AliasFS<import("@yarnpkg/fslib").PortablePath>;
releaseFs?: (() => void) | undefined;
releaseFs?: () => void;
prefixPath: import("@yarnpkg/fslib").PortablePath;
localPath?: import("@yarnpkg/fslib").PortablePath | null | undefined;
checksum?: string | null | undefined;
discardFromLookup?: boolean | undefined;
localPath?: import("@yarnpkg/fslib").PortablePath | null;
checksum?: string | null;
discardFromLookup?: boolean;
}>;

@@ -16,0 +16,0 @@ getLocatorFilename(locator: Locator): import("@yarnpkg/fslib").Filename;

{
"name": "@yarnpkg/core",
"version": "4.1.0",
"version": "4.1.1",
"license": "BSD-2-Clause",

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

"@types/tunnel": "^0.0.0",
"@yarnpkg/cli": "^4.3.0",
"@yarnpkg/cli": "^4.3.1",
"@yarnpkg/plugin-link": "^3.0.0",

@@ -55,0 +55,0 @@ "@yarnpkg/plugin-npm": "^3.0.1",

Sorry, the diff of this file is too big to display

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