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

@prisma/fetch-engine

Package Overview
Dependencies
Maintainers
5
Versions
7915
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.0.25 to 0.0.26

2

dist/download.js

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

if (platform === 'linux' && isMusl) {
return 'linux-musl';
return 'linux-lambda';
}

@@ -250,0 +250,0 @@ return 'linux-glibc';

@@ -30,2 +30,4 @@ "use strict";

// For now, we can add these checks as needed.
// lambda with node8 has "AWS_EXECUTION_ENV": "AWS_Lambda_nodejs8.10",
// now's build servers have "AWS_EXECUTION_ENV=AWS_ECS_FARGATE"
function isAWSLambda() {

@@ -32,0 +34,0 @@ return !!process.env['AWS_EXECUTION_ENV'];

{
"name": "@prisma/fetch-engine",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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