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.2.0 to 0.3.0-rc.0

esm/deps/deno.land/std@0.164.0/_util/asserts.js

3

esm/pkg/client/client.js

@@ -74,2 +74,5 @@ import { HttpClient } from "./http.js";

}
if (req.callback) {
headers.set("Upstash-Callback", req.callback);
}
if (req.cron) {

@@ -76,0 +79,0 @@ headers.set("Upstash-Cron", req.cron);

2

package.json

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

"name": "@upstash/qstash",
"version": "v0.2.0",
"version": "v0.3.0-rc.0",
"description": "Official Deno/Typescript client for QStash",

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

@@ -77,2 +77,5 @@ "use strict";

}
if (req.callback) {
headers.set("Upstash-Callback", req.callback);
}
if (req.cron) {

@@ -79,0 +82,0 @@ headers.set("Upstash-Cron", req.cron);

@@ -108,2 +108,10 @@ import { Requester } from "./http.js";

retries?: number;
/**
* Use a callback url to forward the response of your destination server to your callback url.
*
* The callback url must be publicly accessible
*
* @default undefined
*/
callback?: string;
} & ({

@@ -110,0 +118,0 @@ /**

@@ -1,2 +0,2 @@

import { crypto } from "../deps/deno.land/std@0.163.0/crypto/mod.js";
import { crypto } from "../deps/deno.land/std@0.164.0/crypto/mod.js";
export declare type SubtleCrypto = typeof crypto.subtle;

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