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

@yarnpkg/plugin-link

Package Overview
Dependencies
Maintainers
6
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.2-rc.9 to 2.1.2-rc.10

2

lib/LinkResolver.js

@@ -48,3 +48,3 @@ "use strict";

version: manifest.version || `0.0.0`,
languageName: opts.project.configuration.get(`defaultLanguageName`),
languageName: manifest.languageName || opts.project.configuration.get(`defaultLanguageName`),
linkType: core_2.LinkType.SOFT,

@@ -51,0 +51,0 @@ dependencies: new Map([...manifest.dependencies]),

{
"name": "@yarnpkg/plugin-link",
"version": "2.1.2-rc.9",
"version": "2.1.2-rc.10",
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"dependencies": {
"@yarnpkg/fslib": "^2.5.0-rc.9",
"@yarnpkg/fslib": "^2.5.0-rc.10",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^3.0.0-rc.9"
"@yarnpkg/core": "^3.0.0-rc.10"
},
"devDependencies": {
"@yarnpkg/core": "3.0.0-rc.9"
"@yarnpkg/core": "3.0.0-rc.10"
},

@@ -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