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
7995
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.1.10 to 0.1.11

dist/ensureBinaries.d.ts

2

dist/getLatestAlphaTag.js

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

function findLatestAlphaTag(objects) {
// look for the darwin build, as it always finishes last
objects = objects.filter(o => o.key.includes('darwin'));
objects.sort((a, b) => {

@@ -55,0 +57,0 @@ // sort beta to the complete end

2

package.json
{
"name": "@prisma/fetch-engine",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/index.js",

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

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