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

@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.23 to 0.0.24

3

dist/Engine.js

@@ -247,2 +247,5 @@ "use strict";

const message = stringified.length > 0 ? stringified : `Error in prisma.\$\{rootField || 'query'}`;
if (this.errorLogs.includes('panicked')) {
this.stop();
}
throw new PhotonError(message, query, errors, this.errorLogs);

@@ -249,0 +252,0 @@ }

2

package.json
{
"name": "@prisma/engine-core",
"version": "0.0.23",
"version": "0.0.24",
"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