@upstash/qstash
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -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 @@ /** |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
587502
4