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

@prisma/generator-helper

Package Overview
Dependencies
Maintainers
4
Versions
8946
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/generator-helper - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

package-lock.json

4

dist/GeneratorProcess.js

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

this.initialized = false;
if (!fs_1.default.existsSync(executablePath)) {
throw new Error(`Can't find executable ${executablePath}`);
}
}

@@ -54,2 +51,3 @@ init() {

stdio: ['pipe', 'inherit', 'pipe'],
shell: true,
});

@@ -56,0 +54,0 @@ this.child.on('exit', code => {

{
"name": "@prisma/generator-helper",
"version": "0.0.18",
"version": "0.0.19",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -27,7 +27,3 @@ import { ChildProcessByStdio, spawn } from 'child_process'

private initialized: boolean = false
constructor(private executablePath: string) {
if (!fs.existsSync(executablePath)) {
throw new Error(`Can't find executable ${executablePath}`)
}
}
constructor(private executablePath: string) {}
async init() {

@@ -47,2 +43,3 @@ if (!this.initPromise) {

stdio: ['pipe', 'inherit', 'pipe'],
shell: true,
},

@@ -49,0 +46,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