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.5 to 0.1.6

esm/deps/deno.land/std@0.149.0/_wasm_crypto/lib/deno_std_wasm_crypto.generated.mjs

4

esm/entrypoints/nextjs.js

@@ -6,3 +6,3 @@ import * as dntShim from "../_dnt.shims.js";

// @ts-ignore Deno can't compile
process.env.get["QSTASH_CURRENT_SIGNING_KEY"];
process.env["QSTASH_CURRENT_SIGNING_KEY"];
if (!currentSigningKey) {

@@ -13,3 +13,3 @@ throw new Error("currentSigningKey is required, either in the config or as env variable QSTASH_CURRENT_SIGNING_KEY");

// @ts-ignore Deno can't compile
process.env.get["QSTASH_NEXT_SIGNING_KEY"];
process.env["QSTASH_NEXT_SIGNING_KEY"];
if (!nextSigningKey) {

@@ -16,0 +16,0 @@ throw new Error("nextSigningKey is required, either in the config or as env variable QSTASH_NEXT_SIGNING_KEY");

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

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

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

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

// @ts-ignore Deno can't compile
process.env.get["QSTASH_CURRENT_SIGNING_KEY"];
process.env["QSTASH_CURRENT_SIGNING_KEY"];
if (!currentSigningKey) {

@@ -39,3 +39,3 @@ throw new Error("currentSigningKey is required, either in the config or as env variable QSTASH_CURRENT_SIGNING_KEY");

// @ts-ignore Deno can't compile
process.env.get["QSTASH_NEXT_SIGNING_KEY"];
process.env["QSTASH_NEXT_SIGNING_KEY"];
if (!nextSigningKey) {

@@ -42,0 +42,0 @@ throw new Error("nextSigningKey is required, either in the config or as env variable QSTASH_NEXT_SIGNING_KEY");

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

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