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.1.2 to 0.1.3

2

package.json

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

"name": "@upstash/qstash",
"version": "v0.1.2",
"version": "v0.1.3",
"description": "Official Deno/Typescript client for qStash",

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

@@ -89,5 +89,4 @@ # Upstash qStash SDK

How to consume a message depends on your http server. QStash does not receive
the http request directly, but should be called by you as the first step in your
handler function.
How to receive a message depends on your http server. The `Receiver.verify`
method should be called by you as the first step in your handler function.

@@ -112,7 +111,2 @@ ```ts

body: "string";
/**
* URL of the endpoint where the request was sent to.
*/
url: "string";
})

@@ -119,0 +113,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