Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@upstash/redis

Package Overview
Dependencies
Maintainers
3
Versions
796
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@upstash/redis - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0-alpha.0

dist/chunk-RYSRH3HC.mjs

76

package.json

@@ -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" } ] }
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