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.3 to 0.3.4

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

2

package.json

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

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

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

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

export declare type Schedule = {
scheduled: string;
scheduleId: string;
cron: string;
createdAt: number;
content: {
header: Record<string, string[]>;
body: string;
header?: Record<string, string[]> | null;
body?: string | null;
};
destination: {
type: "topic";
topicId: string;
url?: never;
topic: {
topicId: string;
name: string;
endpoints: {
endpointId: string;
url: string;
topicId: string;
}[];
};
} | {
type: "url";
topicd?: never;
topic?: never;
url: string;
};
settings: {
deadline?: number;
notBefore?: number;

@@ -30,0 +37,0 @@ retries?: number;

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

import { crypto } from "../deps/deno.land/std@0.171.0/crypto/mod.js";
import { crypto } from "../deps/deno.land/std@0.173.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