New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@prisma/generator-helper

Package Overview
Dependencies
Maintainers
4
Versions
8946
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/generator-helper - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

82

package.json
{
"name": "@prisma/generator-helper",
"version": "0.0.20",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": "git@github.com:prisma/prisma2.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
"dependencies": {
"chalk": "^3.0.0",
"debug": "4.1.1",
"isbinaryfile": "^4.0.2"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "yarn build && yarn test",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,css,json,md}": [
"prettier --write",
"git add"
],
"*.ts": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@types/jest": "24.0.22",
"@types/node": "12.12.7",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
}
"name": "@prisma/generator-helper",
"version": "0.0.21",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": "git@github.com:prisma/prisma2.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
"dependencies": {
"chalk": "^3.0.0",
"debug": "4.1.1",
"isbinaryfile": "^4.0.2"
},
"scripts": {
"build": "tsc -d",
"prepublishOnly": "pnpm run build && pnpm run test",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,css,json,md}": [
"prettier --write",
"git add"
],
"*.ts": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@types/jest": "24.0.22",
"@types/node": "12.12.7",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
}
}
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