🎩 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
5
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.1.2
to
2.1.3-rc.1
+7
-5
package.json
{
"name": "@yarnpkg/plugin-http",
"version": "2.1.2",
"version": "2.1.3-rc.1",
"license": "BSD-2-Clause",
"main": "./lib/index.js",
"dependencies": {
"@yarnpkg/fslib": "^2.4.0",
"@yarnpkg/fslib": "^2.5.0-rc.1",
"tslib": "^1.13.0"
},
"peerDependencies": {
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/core": "^3.0.0-rc.1"
},
"devDependencies": {
"@yarnpkg/core": "^2.4.0"
"@yarnpkg/core": "^3.0.0-rc.1"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com/yarnpkg/berry.git"
"url": "ssh://git@github.com/yarnpkg/berry.git",
"directory": "packages/plugin-http"
},

@@ -34,3 +35,4 @@ "scripts": {

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