New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-valkey

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-valkey - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

52

package.json
{
"name": "node-valkey",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "A modern, high performance Redis client",
"version": "1.0.1",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"workspaces": [
"./packages/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "npm run test -ws --if-present",
"build:client": "npm run build -w ./packages/client",
"build:test-utils": "npm run build -w ./packages/test-utils",
"build:tests-tools": "npm run build:client && npm run build:test-utils",
"build:modules": "find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \\;",
"build": "tsc",
"build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build",
"documentation": "npm run documentation -ws --if-present",
"gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
},
"author": "Naor Tedgi (Naor.tedgi@gmail.com)",
"license": "MIT",
"dependencies": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.14",
"@redis/graph": "1.1.1",
"@redis/json": "1.0.6",
"@redis/search": "1.1.6",
"@redis/time-series": "1.0.5"
},
"devDependencies": {
"@tsconfig/node14": "^14.1.0",
"gh-pages": "^6.0.0",
"release-it": "^16.1.5",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntedgi/valkey.git"
}
"url": "git://github.com/ntedgi/node-valkey.git"
},
"bugs": {
"url": "https://github.com/ntedgi/node-valkey/issues"
},
"homepage": "https://github.com/ntedgi/node-valkey",
"keywords": [
"redis"
]
}
index.js

Sorry, the diff of this file is not supported yet

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