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

nexus-prisma

Package Overview
Dependencies
Maintainers
1
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.0.0 to 0.0.1

dist/codegen.d.ts

46

package.json
{
"name": "nexus-prisma",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist",
"README.md"
],
"author": "Prisma",
"repository": {
"type": "git",
"url": "git+https://github.com/prisma/nexus-prisma-plugin.git"
},
"bugs": {
"url": "https://github.com/prisma/nexus-prisma-plugin/issues"
},
"homepage": "https://github.com/prisma/nexus-prisma-plugin#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "rm -rf example/node_modules && npm test && npm run build",
"build": "tsc --declaration",
"watch": "tsc -w"
},
"author": "",
"license": "ISC"
"dependencies": {
"gqliteral": "^0.4.0",
"graphql": "^14.0.2",
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/graphql": "^14.0.3",
"@types/lodash": "^4.14.118",
"jest": "^23.6.0",
"prettier": "^1.15.2",
"prisma": "^1.20.7",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6"
},
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"printWidth": 80,
"trailingComma": "all",
"semi": false
}
}
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