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 1.19.0-beta.12 to 1.19.0-beta.14

2

dist/Client.d.ts

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

$subscribe: any;
$graphql: any;
$exists: any;

@@ -46,3 +47,4 @@ debug: any;

getDeepType(type: any): any;
private buildGraphQL;
private buildExists;
}

@@ -178,2 +178,3 @@ "use strict";

var token = secret ? jsonwebtoken_1.sign({}, secret) : undefined;
this.$graphql = this.buildGraphQL();
this.$exists = this.buildExists();

@@ -431,2 +432,8 @@ this.token = token;

};
Client.prototype.buildGraphQL = function () {
var _this = this;
return function (query, variables) {
return _this.client.request(query, variables);
};
};
Client.prototype.buildExists = function () {

@@ -433,0 +440,0 @@ var _this = this;

2

package.json
{
"name": "prisma-client-lib",
"version": "1.19.0-beta.12",
"version": "1.19.0-beta.14",
"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