You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@yarnpkg/plugin-file

Package Overview
Dependencies
Maintainers
6
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/plugin-file - npm Package Compare versions

Comparing version

to
3.0.0

13

package.json
{
"name": "@yarnpkg/plugin-file",
"version": "3.0.0-rc.53",
"version": "3.0.0",
"license": "BSD-2-Clause",

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

"dependencies": {
"@yarnpkg/fslib": "^3.0.0-rc.53",
"@yarnpkg/libzip": "^3.0.0-rc.53",
"@yarnpkg/fslib": "^3.0.0",
"@yarnpkg/libzip": "^3.0.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@yarnpkg/core": "^4.0.0-rc.53"
"@yarnpkg/core": "^4.0.0"
},
"devDependencies": {
"@yarnpkg/core": "^4.0.0-rc.53"
"@yarnpkg/core": "^4.0.0"
},

@@ -43,4 +43,3 @@ "repository": {

"node": ">=18.12.0"
},
"stableVersion": "2.3.1"
}
}