You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@prisma/fetch-engine

Package Overview
Dependencies
Maintainers
5
Versions
8866
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/fetch-engine - npm Package Compare versions

Comparing version

to
2.0.0-alpha.934

5

dist/getProxyAgent.js

@@ -67,7 +67,6 @@ "use strict";

}
const proxyUri = url_1.default.parse(proxy);
if (proxyUri.protocol === 'http:') {
if (uri.protocol === 'http:') {
return new http_proxy_agent_1.default(proxy);
}
if (proxyUri.protocol === 'https:') {
if (uri.protocol === 'https:') {
return new https_proxy_agent_1.default(proxy);

@@ -74,0 +73,0 @@ }

4

package.json
{
"name": "@prisma/fetch-engine",
"version": "2.0.0-alpha.933",
"version": "2.0.0-alpha.934",
"main": "dist/index.js",

@@ -22,3 +22,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@prisma/get-platform": "2.0.0-alpha.933",
"@prisma/get-platform": "2.0.0-alpha.934",
"chalk": "^3.0.0",

@@ -25,0 +25,0 @@ "debug": "^4.1.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.