Socket
Socket
Sign inDemoInstall

prisma-repl

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-repl - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

dist/cli.js

@@ -21,2 +21,5 @@ #!/usr/bin/env node

// src/cli.ts
var import_path = __toModule(require("path"));
// node_modules/cac/dist/index.mjs

@@ -620,4 +623,2 @@ var import_events = __toModule(require("events"));

var import_repl = __toModule(require("repl"));
var {NODE_OPTIONS = ""} = process.env;
process.env.NODE_OPTIONS = NODE_OPTIONS.split(",").concat(`--experimental-repl-await`).join(",");
var cli = cac(`prisma-repl`);

@@ -647,4 +648,4 @@ cli.parse();

function createPrismaClient() {
const {PrismaClient} = require("@prisma/client");
const {PrismaClient} = require(import_path.default.resolve("node_modules/@prisma/client"));
return new PrismaClient();
}
{
"name": "prisma-repl",
"version": "1.0.0",
"version": "1.0.1",
"description": "REPL for Prisma databases",

@@ -5,0 +5,0 @@ "publishConfig": {

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