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

@prisma/fetch-engine

Package Overview
Dependencies
Maintainers
4
Versions
8004
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 0.3.15 to 0.3.16

2

dist/getLatestAlphaTag.js

@@ -22,3 +22,3 @@ "use strict";

function getUrl(nextContinuationToken) {
let url = 'http://prisma-native.s3.amazonaws.com/?list-type=2&prefix=master';
let url = 'https://prisma-builds.s3-eu-west-1.amazonaws.com/?list-type=2&prefix=master';
if (nextContinuationToken) {

@@ -25,0 +25,0 @@ url += `&continuation-token=${encodeURIComponent(nextContinuationToken)}`;

@@ -58,5 +58,5 @@ "use strict";

const extension = platform === 'windows' ? '.exe.gz' : '.gz';
return `https://s3-eu-west-1.amazonaws.com/prisma-native/${channel}/${version}/${platform}/${rewriteKind(binaryName)}${extension}`;
return `https://prisma-builds.s3-eu-west-1.amazonaws.com/${channel}/${version}/${platform}/${rewriteKind(binaryName)}${extension}`;
}
exports.getDownloadUrl = getDownloadUrl;
//# sourceMappingURL=util.js.map
{
"name": "@prisma/fetch-engine",
"version": "0.3.15",
"version": "0.3.16",
"main": "dist/index.js",

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

"dependencies": {
"@prisma/get-platform": "0.1.9",
"@prisma/get-platform": "0.1.10",
"chalk": "^3.0.0",

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

Sorry, the diff of this file is not supported yet

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