Socket
Socket
Sign inDemoInstall

handy-redis

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handy-redis - npm Package Compare versions

Comparing version 1.5.5 to 1.6.0

16

package.json
{
"name": "handy-redis",
"version": "1.5.5",
"version": "1.6.0",
"description": "A wrapper around node_redis with Promise and TypeScript support.",

@@ -9,2 +9,5 @@ "main": "dist/index.js",

],
"engines": {
"node": ">= 8.0.0"
},
"types": "dist/index.d.ts",

@@ -18,7 +21,7 @@ "scripts": {

"compile": "tsc -p .",
"prebuild": "ts-node -D scripts/generate-types && ts-node scripts/generate-tests",
"prebuild": "ts-node --transpile-only scripts/generate-types && ts-node scripts/generate-tests",
"build": "tsc -p .",
"test": "jest --runInBand --forceExit --detectOpenHandles",
"lint": "tslint **/*.ts",
"check-clean": "if [ \"$(git status --porcelain)\" != '' ]; then git status && exit 1; fi",
"check-clean": "check-clean",
"ci": "run-s clean build test lint check-clean",

@@ -72,2 +75,3 @@ "prerelease": "tsc -p src",

"@types/yamljs": "^0.2.30",
"check-clean": "^0.1.0",
"coveralls": "^3.0.2",

@@ -81,8 +85,8 @@ "cross-spawn": "^6.0.5",

"prettier": "^1.14.2",
"semantic-release": "^15.13.12",
"semantic-release": "^15.13.16",
"shelljs": "^0.7.7",
"shx": "^0.2.2",
"ts-jest": "^23.1.4",
"ts-node": "^3.0.2",
"tslint": "^5.11.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.0.1",

@@ -89,0 +93,0 @@ "yamljs": "^0.2.10"

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