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

@yarnpkg/core

Package Overview
Dependencies
Maintainers
5
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 2.0.0-rc.10 to 2.0.0-rc.11

2

lib/scriptUtils.js

@@ -47,2 +47,4 @@ "use strict";

await makePathWrapper(binFolder, fslib_2.toFilename(`node-gyp`), process.execPath, [process.argv[1], `run`, `--top-level`, `node-gyp`]);
if (project)
scriptEnv.INIT_CWD = project.configuration.startingCwd;
scriptEnv.PATH = scriptEnv.PATH

@@ -49,0 +51,0 @@ ? `${nativeBinFolder}${fslib_2.npath.delimiter}${scriptEnv.PATH}`

6

package.json
{
"name": "@yarnpkg/core",
"version": "2.0.0-rc.10",
"version": "2.0.0-rc.11",
"main": "./lib/index.js",
"sideEffects": false,
"dependencies": {
"@yarnpkg/fslib": "2.0.0-rc.6",
"@yarnpkg/fslib": "2.0.0-rc.7",
"@yarnpkg/json-proxy": "2.0.0-rc.2",
"@yarnpkg/parsers": "2.0.0-rc.4",
"@yarnpkg/pnp": "2.0.0-rc.6",
"@yarnpkg/pnp": "2.0.0-rc.7",
"@yarnpkg/shell": "2.0.0-rc.2",

@@ -12,0 +12,0 @@ "agentkeepalive": "^4.0.2",

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