Socket
Socket
Sign inDemoInstall

nexus-prisma-generate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus-prisma-generate - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

var graphql_2 = require("./graphql");
var cli = meow("\n nexus-prisma-generate prisma-client-dir output\n\n > Generate the TypeScript types for nexus-prisma\n\n -----\n \n Inputs should be relative to the root of your project\n\n `prisma-client-dir`: Path to your prisma-client directory (eg: ./generated/prisma-client/)\n `output`: Path to directory where you want to output the typings (eg: ./generated/nexus-prisma)\n `js (optional)`: Whether to generate the types for Javascript\n", {
var cli = meow("\n nexus-prisma-generate prisma-client-dir output\n\n > Generate the TypeScript types for nexus-prisma\n\n -----\n \n Inputs should be relative to the root of your project\n\n --client (required): Path to your prisma-client directory (eg: ./generated/prisma-client/)\n --output (required): Path to directory where you want to output the typings (eg: ./generated/nexus-prisma)\n --js (optional): Whether to generate the types for Javascript\n", {
flags: {

@@ -15,0 +15,0 @@ client: {

{
"name": "nexus-prisma-generate",
"version": "0.1.0",
"version": "0.1.1",
"typings": "dist/index.d.ts",

@@ -5,0 +5,0 @@ "license": "MIT",

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