@upstash/redis
Advanced tools
Comparing version 0.2.1 to 1.0.0-alpha.0
@@ -1,75 +0,1 @@ | ||
{ | ||
"name": "@upstash/redis", | ||
"version": "0.2.1", | ||
"description": "An HTTP/REST based Redis client built on top of Upstash REST API.", | ||
"author": "Adem ilter <adem@upstash.com>", | ||
"license": "MIT", | ||
"main": "dist/main/index-cjs.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/module/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"format": "prettier --write \"{src,test}/**/*.ts\"", | ||
"build": "run-s clean format build:*", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"test": "jest --runInBand && npm run size", | ||
"size": "size-limit" | ||
}, | ||
"dependencies": { | ||
"isomorphic-unfetch": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "^6.0.4", | ||
"@types/jest": "^27.0.2", | ||
"@types/node-fetch": "^2.5.12", | ||
"dotenv": "^10.0.0", | ||
"jest": "^27.3.1", | ||
"nanoid": "^3.1.30", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.3.2", | ||
"rimraf": "^3.0.2", | ||
"size-limit": "^6.0.4", | ||
"ts-jest": "^27.0.7", | ||
"ts-loader": "^9.2.6", | ||
"typescript": "^4.5.2" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "dist/main/index-cjs.js", | ||
"limit": "3 KB" | ||
}, | ||
{ | ||
"path": "dist/module/index.js", | ||
"limit": "3 KB" | ||
} | ||
], | ||
"prettier": { | ||
"printWidth": 80, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/upstash/upstash-redis.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/upstash/upstash-redis/issues" | ||
}, | ||
"homepage": "https://github.com/upstash/upstash-redis#readme", | ||
"directories": { | ||
"example": "examples", | ||
"test": "test" | ||
}, | ||
"keywords": [ | ||
"redis", | ||
"database", | ||
"serverless", | ||
"edge", | ||
"upstash" | ||
] | ||
} | ||
{ "name": "@upstash/redis", "version": "v1.0.0-alpha.0", "engines": { "node": ">=10" }, "description": "An HTTP/REST based Redis client built on top of Upstash REST API.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "package.json", "dist" ], "scripts": { "test": "jest -i", "fmt": "pnpm lint && pnpm prettier --write .", "lint": "eslint --ext .ts --fix --ignore-path .gitignore .", "build": "tsup && pnpm size-limit" }, "repository": { "type": "git", "url": "git+https://github.com/upstash/upstash-redis.git" }, "keywords": [ "redis", "database", "serverless", "edge", "upstash" ], "author": "Andreas Thomas <andreas.thomas@chronark.com>", "license": "MIT", "bugs": { "url": "https://github.com/upstash/upstash-redis/issues" }, "homepage": "https://github.com/upstash/upstash-redis#readme", "directories": { "examples": "examples" }, "devDependencies": { "@jest/globals": "^27.4.6", "@size-limit/preset-small-lib": "^7.0.8", "@trivago/prettier-plugin-sort-imports": "^3.2.0", "@types/jest": "^27.4.0", "@types/node": "^17.0.8", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "dotenv": "^12.0.3", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.4.7", "prettier": "^2.5.1", "size-limit": "^7.0.8", "ts-jest": "^27.1.3", "tsup": "^5.11.11", "typescript": "^4.5.5" }, "dependencies": { "isomorphic-fetch": "^3.0.0" }, "browser": { "isomorphic-fetch": false }, "size-limit": [ { "path": "dist/index.js", "limit": "5 KB" }, { "path": "dist/index.mjs", "limit": "5 KB" } ] } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance 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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
185885
6570
17
10
1
0
6
5
+ Addedisomorphic-fetch@^3.0.0
+ Addedisomorphic-fetch@3.0.0(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedisomorphic-unfetch@^3.1.0
- Removedisomorphic-unfetch@3.1.0(transitive)
- Removedunfetch@4.2.0(transitive)