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.4 to 0.3.5

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

2

esm/pkg/client/http.js

@@ -63,3 +63,3 @@ import { QstashError } from "./error.js";

let error = null;
for (let i = 0; i <= this.retry.attempts; i++) {
for (let i = 0; i < this.retry.attempts; i++) {
try {

@@ -66,0 +66,0 @@ res = await fetch(url.toString(), requestOptions);

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

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

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

@@ -66,3 +66,3 @@ "use strict";

let error = null;
for (let i = 0; i <= this.retry.attempts; i++) {
for (let i = 0; i < this.retry.attempts; i++) {
try {

@@ -69,0 +69,0 @@ res = await fetch(url.toString(), requestOptions);

@@ -60,3 +60,3 @@ import type { BodyInit, HeadersInit } from "../../deps/raw.githubusercontent.com/microsoft/TypeScript/main/lib/lib.dom";

};
readonly retry: {
retry: {
attempts: number;

@@ -63,0 +63,0 @@ backoff: (retryCount: number) => number;

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

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