Socket
Socket
Sign inDemoInstall

prisma2

Package Overview
Dependencies
0
Maintainers
1
Versions
1100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.972 to 2.0.0-alpha.973

publish.md

3

index.js

@@ -33,3 +33,3 @@ const BOLD = '\u001b[1m'

`
` /* end of message */

@@ -44,3 +44,4 @@ // Version => npm dist tag

// and out
console.error(message)
process.exit(1)
{
"name": "prisma2",
"version": "2.0.0-alpha.972",
"version": "2.0.0-alpha.973",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,8 +0,21 @@

# prisma2-transition-package
# ~~prisma2~~ => @prisma/cli
## Publish
The package `prisma2` has been renamed to [`@prisma/cli`](https://www.npmjs.com/package/@prisma/cli)
- `npx np 1.0.2-alpha.3 --tag=alpha` for alpha
- `npx np 1.0.2 --tag=latest` for latest
Please uninstall `prisma2` from your project or globally.
Then install [`@prisma/cli`](https://www.npmjs.com/package/@prisma/cli) to continue using **Prisma 2.0**:
or run `npx np` and follow instructions.
```
# Uninstall old CLI
npm uninstall prisma2
# Install new CLI
npm install @prisma/cli --save-dev
# Invoke via npx
npx prisma2 --help
```
Learn more here:
https://pris.ly/preview025
https://www.npmjs.com/package/@prisma/cli
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc