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

@grammyjs/storage-deta

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grammyjs/storage-deta - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

./dist/cjs/mod.js

17

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

@@ -15,2 +15,8 @@ "description": "deta.sh storage adapter for grammY",

"types": "./dist/esm/mod.d.ts",
"scripts": {
"test:deno": "echo \"Error: no tests found\"",
"prebuild": "rimraf dist",
"build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild",
"postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist"
},
"repository": {

@@ -50,8 +56,3 @@ "type": "git",

],
"scripts": {
"test:deno": "echo \"Error: no tests found\"",
"prebuild": "rimraf dist",
"build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild",
"postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist"
}
}
"gitHead": "a7758c4f957f103a14832088c6858d693c444576"
}

@@ -42,3 +42,3 @@ # Deta.sh Base storage adapter for [grammY](https://github.com/grammyjs/grammY)

SessionFlavor,
} from "https://deno.land/x/grammy/mod.ts";
} from "https://lib.deno.dev/x/grammy@1.x/mod.ts";
import { DetaAdapter } from "https://deno.land/x/grammy_storages/deta/src/mod.ts";

@@ -45,0 +45,0 @@

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