You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@upstash/qstash

Package Overview
Dependencies
Maintainers
5
Versions
230
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

to
2.1.1-canary.6

14

package.json
{
"name": "@upstash/qstash",
"version": "2.1.1-canary.5",
"version": "2.1.1-canary.6",
"description": "Official Typescript client for QStash",

@@ -42,8 +42,8 @@ "repository": {

".": {
"types": "./dist/index.d.ts",
"import:": "./dist/index.js"
"types": "./index.d.ts",
"import:": "./index.js"
},
"./nextjs": {
"types": "./dist/nextjs.d.ts",
"import:": "./dist/nextjs.js"
"types": "./nextjs.d.ts",
"import:": "./nextjs.js"
}

@@ -54,6 +54,6 @@ },

".": [
"./dist/index.d.ts"
"./index.d.ts"
],
"./nextjs": [
"./dist/nextjs.d.ts"
"./nextjs.d.ts"
]

@@ -60,0 +60,0 @@ }