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

@grammyjs/storage-prisma

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammyjs/storage-prisma - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

31

package.json
{
"name": "@grammyjs/storage-prisma",
"version": "2.0.2",
"version": "2.1.0",
"private": false,

@@ -14,2 +14,12 @@ "description": "Prisma storage for grammY",

],
"scripts": {
"test:deno": "echo \"Error: no tests found\"",
"test": "npx prisma generate; npx prisma db push; vitest",
"start": "node dist/index.js",
"dev": "npx prisma generate & npx prisma db push & nodemon",
"debug": "node --inspect=0.0.0.0:9229 --nolazy ./dist/index.js",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ."
},
"repository": {

@@ -26,19 +36,10 @@ "type": "git",

"devDependencies": {
"@grammyjs/storage-utils": "2.1.0",
"@prisma/client": "^4.1.0",
"grammy": "^1.5.4",
"prisma": "^4.1.0",
"vite": "^3.0.0",
"vitest": "^0.22.0",
"@grammyjs/storage-utils": "1.0.3"
"vite": "^4.0.0",
"vitest": "^0.27.0"
},
"scripts": {
"test:deno": "echo \"Error: no tests found\"",
"test": "npx prisma generate; npx prisma db push; vitest",
"start": "node dist/index.js",
"dev": "npx prisma generate & npx prisma db push & nodemon",
"debug": "node --inspect=0.0.0.0:9229 --nolazy ./dist/index.js",
"prebuild": "rimraf dist",
"build": "tsc -p tsconfig.build.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ."
}
}
"gitHead": "a7758c4f957f103a14832088c6858d693c444576"
}
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