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

grammy

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grammy - npm Package Compare versions

Comparing version 0.6.0 to 1.0.0

3

out/core/payload.js

@@ -159,4 +159,3 @@ "use strict";

: input.file; // `input.file` is a stream
for await (const chunk of stream)
yield chunk;
yield* stream;
}

@@ -163,0 +162,0 @@ }

{
"name": "grammy",
"description": "grammY core package ported to Node.js",
"version": "0.6.0",
"version": "1.0.0",
"author": "KnorpelSenf",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
"node": "^12.20.0 || >=14.13.1"
},

@@ -10,0 +10,0 @@ "homepage": "https://grammy.dev/",

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