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

@upstash/qstash

Package Overview
Dependencies
Maintainers
5
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upstash/qstash - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json

@@ -6,3 +6,3 @@ {

"name": "@upstash/qstash",
"version": "v0.3.1",
"version": "v0.3.2",
"description": "Official Deno/Typescript client for QStash",

@@ -9,0 +9,0 @@ "repository": {

@@ -98,2 +98,6 @@ # Upstash QStash SDK

* The signature from the `Upstash-Signature` header.
*
* Please note that on some platforms (e.g. Vercel or Netlify) you might
* receive the header in lower case: `upstash-signature`
*
*/

@@ -100,0 +104,0 @@ signature: "string";

@@ -41,3 +41,3 @@ import { Requester } from "./http.js";

cursor?: number;
logs: Task[];
tasks: Task[];
};

@@ -44,0 +44,0 @@ export declare class Messages {

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