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

@grammyjs/storage-firestore

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammyjs/storage-firestore - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

71

package.json
{
"name": "@grammyjs/storage-firestore",
"version": "1.0.0",
"description": "Google Firestore storage adapter for grammY",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/grammyjs/storage-firestore.git"
},
"author": "KnorpelSenf",
"license": "MIT",
"bugs": {
"url": "https://github.com/grammyjs/storage-firestore/issues"
},
"homepage": "https://github.com/grammyjs/storage-firestore#readme",
"devDependencies": {
"@google-cloud/firestore": "^4.10.0",
"typescript": "^4.2.4"
},
"keywords": [
"grammy",
"telegram",
"bot",
"session",
"storage",
"adapter",
"middleware",
"firestore"
]
"name": "@grammyjs/storage-firestore",
"version": "1.0.1",
"description": "Google Firestore storage adapter for grammY",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/grammyjs/storage-firestore.git"
},
"files": [
"out/"
],
"author": "KnorpelSenf",
"license": "MIT",
"bugs": {
"url": "https://github.com/grammyjs/storage-firestore/issues"
},
"homepage": "https://github.com/grammyjs/storage-firestore#readme",
"devDependencies": {
"@google-cloud/firestore": "^4.10.0",
"typescript": "^4.2.4"
},
"keywords": [
"grammy",
"telegram",
"bot",
"session",
"storage",
"adapter",
"middleware",
"firestore"
]
}
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