Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nexus-prisma

Package Overview
Dependencies
Maintainers
4
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus-prisma - npm Package Compare versions

Comparing version 0.16.2 to 0.20.0

dist/index.d.ts

34

package.json
{
"name": "nexus-prisma",
"version": "0.16.2",
"repository": "graphql-nexus/nexus-plugin-prisma",
"main": "index.js",
"version": "0.20.0",
"main": "dist/index.js",
"repository": "git@github.com:prisma/nexus-prisma.git",
"author": "Jason Kuhrt",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"postinstall": "node postinstall-message"
}
"format": "prettier --write .",
"dev": "tsc --build --watch",
"build": "yarn clean && tsc",
"test": "jest",
"clean": "rm -rf dist && rm -rf node_modules/.cache",
"release:pr": "dripip pr",
"release:canary": "dripip preview",
"release:stable": "dripip stable",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@prisma-labs/prettier-config": "0.1.0",
"@types/jest": "26.0.20",
"dripip": "0.10.0",
"jest": "26.6.3",
"jest-watch-typeahead": "0.6.1",
"prettier": "2.2.1",
"ts-jest": "26.5.1",
"ts-node": "^9.1.1",
"typescript": "4.1.5"
},
"prettier": "@prisma-labs/prettier-config"
}

24

README.md

@@ -1,23 +0,5 @@

# `nexus-prisma` has migrated!
# nexus-prisma
### Please Change These Things
[![trunk](https://github.com/prisma/nexus-prisma/actions/workflows/trunk.yml/badge.svg)](https://github.com/prisma/nexus-prisma/actions/workflows/trunk.yml)
#### Your Dependencies
```
npm remove nexus-prisma @prisma/client @prisma/cli
npm add nexus-plugin-prisma
```
#### Your Imports
```diff
- import { nexusPrismaPlugin } from 'nexus-prisma'
+ import { nexusSchemaPrisma } from 'nexus-plugin-prisma/schema'
```
### Learn More
- [About the transition](https://nxs.li/nexus-prisma-to-nexus-plugin-prisma/about)
- [About the Prisma plugin for Nexus framework](https://nxs.li/plugins/prisma)
- [About how to migrate from `@nexus/schema` to Neuxs ](https://nxs.li/schema-to-framework/migrate)
Official Prisma plugin for Nexus
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