🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@yarnpkg/plugin-http

Package Overview
Dependencies
Maintainers
6
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/plugin-http - npm Package Compare versions

Comparing version
2.2.0-rc.3
to
2.2.0
+4
-5
package.json
{
"name": "@yarnpkg/plugin-http",
"version": "2.2.0-rc.3",
"version": "2.2.0",
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"dependencies": {
"@yarnpkg/fslib": "^2.6.0-rc.13",
"@yarnpkg/fslib": "^2.6.0",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^3.1.0-rc.14"
"@yarnpkg/core": "^3.1.0"
},
"devDependencies": {
"@yarnpkg/core": "^3.1.0-rc.14"
"@yarnpkg/core": "^3.1.0"
},

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

},
"stableVersion": "2.1.3",
"typings": "./lib/index.d.ts"
}