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.30.0-beta.11 to 1.30.0

1

dist/Client.js

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

lazy: true,
reconnect: true,
}, WS);

@@ -187,0 +186,0 @@ }

2

dist/codegen/generators/javascript-client.js

@@ -36,3 +36,3 @@ "use strict";

if (options === void 0) { options = {}; }
return prettier.format(code, __assign({}, options, { parser: 'babel' }));
return prettier.format(code, __assign({}, options, { parser: 'babylon' }));
};

@@ -39,0 +39,0 @@ JavascriptGenerator.prototype.renderJavascript = function (options) {

{
"name": "prisma-client-lib",
"version": "1.30.0-beta.11",
"version": "1.30.0",
"author": "Tim Suchanek <suchanek@prisma.io>",

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

"lodash.flatten": "^4.4.0",
"prettier": "1.16.4",
"prisma-datamodel": "1.30.0-beta.11",
"prisma-generate-schema": "1.30.0-beta.11",
"prettier": "1.14.3",
"prisma-datamodel": "1.30.0",
"prisma-generate-schema": "1.30.0",
"subscriptions-transport-ws": "^0.9.15",

@@ -43,3 +43,2 @@ "uppercamelcase": "^3.0.0",

"@types/graphql": "14.0.3",
"@types/prettier": "1.16.1",
"ava": "^0.25.0",

@@ -46,0 +45,0 @@ "graphql": "^14.0.2",

Sorry, the diff of this file is not supported yet

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