Socket
Socket
Sign inDemoInstall

@prisma/engine-core

Package Overview
Dependencies
Maintainers
5
Versions
5964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/engine-core - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

6

dist/NodeEngine.js

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

const server = net.createServer(s => s.end(''));
server.unref();
server.on('error', reject);
server.listen(0, () => {

@@ -179,4 +181,4 @@ const address = server.address();

try {
await new Promise(r => setTimeout(r, 50)); // TODO: Try out lower intervals here, but we also don't want to spam it too much.
const response = await cross_fetch_1.default(`http://localhost:${this.port}/datamodel`);
await new Promise(r => setTimeout(r, 50)); // TODO: Try out lower intervals here, but we also don't want to spam it too much.
if (response.ok) {

@@ -189,3 +191,3 @@ debug(`Ready after try number ${tries}`);

debug(e.message);
if (tries >= 50) {
if (tries >= 100) {
throw e;

@@ -192,0 +194,0 @@ }

{
"name": "@prisma/engine-core",
"version": "0.0.33",
"version": "0.0.34",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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