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

@yarnpkg/plugin-link

Package Overview
Dependencies
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/plugin-link - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

lib/LinkResolver.d.ts

@@ -10,3 +10,4 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from '@yarnpkg/core';

getCandidates(descriptor: Descriptor, dependencies: unknown, opts: ResolveOptions): Promise<Locator[]>;
getSatisfying(descriptor: Descriptor, references: Array<string>, opts: ResolveOptions): Promise<null>;
resolve(locator: Locator, opts: ResolveOptions): Promise<Package>;
}

@@ -35,2 +35,5 @@ "use strict";

}
async getSatisfying(descriptor, references, opts) {
return null;
}
async resolve(locator, opts) {

@@ -37,0 +40,0 @@ if (!opts.fetchOptions)

@@ -11,2 +11,3 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from '@yarnpkg/core';

getCandidates(descriptor: Descriptor, dependencies: unknown, opts: ResolveOptions): Promise<Locator[]>;
getSatisfying(descriptor: Descriptor, references: Array<string>, opts: ResolveOptions): Promise<null>;
resolve(locator: Locator, opts: ResolveOptions): Promise<{

@@ -13,0 +14,0 @@ version: string;

@@ -34,2 +34,5 @@ "use strict";

}
async getSatisfying(descriptor, references, opts) {
return null;
}
async resolve(locator, opts) {

@@ -36,0 +39,0 @@ return {

8

package.json
{
"name": "@yarnpkg/plugin-link",
"version": "2.1.0",
"version": "2.1.1",
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"dependencies": {
"@yarnpkg/fslib": "^2.1.0",
"@yarnpkg/fslib": "^2.2.0",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.1.0"
"@yarnpkg/core": "^2.2.0"
},
"devDependencies": {
"@yarnpkg/core": "^2.1.0"
"@yarnpkg/core": "^2.2.0"
},

@@ -16,0 +16,0 @@ "repository": {

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