@upstash/qstash
Advanced tools
Comparing version 0.4.0-canary.0 to 2.0.0-canary.0
{ | ||
"module": "./esm/entrypoints/nodejs.js", | ||
"main": "./script/entrypoints/nodejs.js", | ||
"types": "./types/entrypoints/nodejs.d.ts", | ||
"name": "@upstash/qstash", | ||
"version": "v0.4.0-canary.0", | ||
"description": "Official Deno/Typescript client for QStash", | ||
"version": "2.0.0-canary.0", | ||
"description": "Official Typescript client for QStash", | ||
"repository": { | ||
@@ -25,40 +22,23 @@ "type": "git", | ||
"homepage": "https://github.com/upstash/sdk-qstash-ts#readme", | ||
"typesVersions": { | ||
"*": { | ||
"nodejs": [ | ||
"./types/entrypoints/nodejs.d.ts" | ||
], | ||
"cloudflare": [ | ||
"./types/entrypoints/cloudflare.d.ts" | ||
], | ||
"nextjs": [ | ||
"./types/entrypoints/nextjs.d.ts" | ||
] | ||
} | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.dts", | ||
"module": "./dist/index.mjs", | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^20.4.9", | ||
"rome": "11.0.0", | ||
"tsup": "^7.2.0", | ||
"@types/crypto-js": "^4.1.1", | ||
"typescript": "^5.1.6" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./esm/entrypoints/nodejs.js", | ||
"require": "./script/entrypoints/nodejs.js", | ||
"types": "./types/entrypoints/nodejs.d.ts" | ||
}, | ||
"./nodejs": { | ||
"import": "./esm/entrypoints/nodejs.js", | ||
"require": "./script/entrypoints/nodejs.js", | ||
"types": "./types/entrypoints/nodejs.d.ts" | ||
}, | ||
"./cloudflare": { | ||
"import": "./esm/entrypoints/cloudflare.js", | ||
"require": "./script/entrypoints/cloudflare.js", | ||
"types": "./types/entrypoints/cloudflare.d.ts" | ||
}, | ||
"./nextjs": { | ||
"import": "./esm/entrypoints/nextjs.js", | ||
"require": "./script/entrypoints/nextjs.js", | ||
"types": "./types/entrypoints/nextjs.d.ts" | ||
} | ||
"dependencies": { | ||
"crypto-js": "^4.1.1", | ||
"jose": "^4.14.4" | ||
}, | ||
"dependencies": { | ||
"@deno/shim-crypto": "~0.3.0" | ||
"scripts": { | ||
"build": "tsup", | ||
"fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write" | ||
} | ||
} | ||
} |
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
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
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
160294
2
5
10
2297
6
+ Addedcrypto-js@^4.1.1
+ Addedjose@^4.14.4
+ Addedcrypto-js@4.2.0(transitive)
+ Addedjose@4.15.9(transitive)
- Removed@deno/shim-crypto@~0.3.0
- Removed@deno/shim-crypto@0.3.1(transitive)