New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prisma-client-lib

Package Overview
Dependencies
Maintainers
1
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-client-lib - npm Package Compare versions

Comparing version 0.2.53 to 0.2.54

2

dist/Client.d.ts

@@ -36,3 +36,3 @@ import { ClientOptions } from './types';

then: (id: any, resolve: any, reject: any) => Promise<any>;
catch: (id: any, reject: any) => Promise<void>;
catch: (id: any, reject: any) => Promise<any>;
generateSelections(instructions: any): {

@@ -39,0 +39,0 @@ ast: any;

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

this.currentInstructions[id] = [];
reject(e_1);
return [3 /*break*/, 3];
case 3: return [2 /*return*/, result];
return [2 /*return*/, reject(e_1)];
case 3: return [2 /*return*/];
}

@@ -159,10 +158,7 @@ });

return [4 /*yield*/, this.processInstructions(id)];
case 1:
_a.sent();
return [3 /*break*/, 3];
case 1: return [2 /*return*/, _a.sent()];
case 2:
e_2 = _a.sent();
this.currentInstructions[id] = [];
reject(e_2);
return [3 /*break*/, 3];
return [2 /*return*/, reject(e_2)];
case 3: return [2 /*return*/];

@@ -169,0 +165,0 @@ }

{
"name": "prisma-client-lib",
"version": "0.2.53",
"version": "0.2.54",
"author": "Tim Suchanek <suchanek@prisma.io>",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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