Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@voiceflow/nestjs-redis

Package Overview
Dependencies
Maintainers
27
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/nestjs-redis - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
1.2.1
to
1.2.2
+12
-17
package.json
{
"name": "@voiceflow/nestjs-redis",
"description": "Redis for NestJS",
"version": "1.2.1",
"version": "1.2.2",
"author": "Voiceflow",

@@ -10,3 +10,3 @@ "bugs": {

"dependencies": {
"@voiceflow/nestjs-common": "^1.5.1"
"@voiceflow/nestjs-common": "1.5.2"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"license": "ISC",
"main": "build/index.js",
"main": "build/index.d.ts",
"peerDependencies": {

@@ -42,4 +42,3 @@ "@nestjs/common": "^8.4.2",

"publishConfig": {
"access": "public",
"main": "build/index.d.ts"
"access": "public"
},

@@ -51,20 +50,16 @@ "repository": {

"scripts": {
"build": "ttsc --build tsconfig.build.json",
"clean": "rimraf build *.tsbuildinfo",
"build": "yarn g:tsc -p tsconfig.build.json && yarn g:tsc-alias -p tsconfig.build.json",
"clean": "yarn g:rimraf build *.tsbuildinfo",
"commit": "cz",
"lint": "eslint '**/*.{js,ts}'",
"lint": "yarn g:eslint '**/*.{js,ts}'",
"lint:fix": "yarn lint --fix",
"lint:quiet": "yarn lint --quiet",
"lint:report": "eslint-output --quiet '**/*.{js,ts}'",
"lint:report": "yarn g:eslint-output --quiet '**/*.{js,ts}'",
"prebuild": "yarn clean",
"tdd": "yarn test --watch",
"test": "yarn test:run",
"test:dependencies": "depcheck",
"test:integration": "NODE_ENV=test nyc --report-dir nyc_coverage_integration ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.it.ts'",
"test:run": "NODE_ENV=test nyc ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.{unit,it}.ts'",
"test:single": "NODE_ENV=test ts-mocha --paths --config config/tests/mocharc.yml",
"test:unit": "NODE_ENV=test nyc --report-dir=nyc_coverage_unit ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.unit.ts'"
"tdd": "yarn test:unit --watch",
"test:dependencies": "yarn g:depcheck",
"test:unit": "NODE_ENV=test yarn g:nyc --report-dir=nyc_coverage_unit ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.unit.ts'"
},
"types": "build/index.d.ts",
"gitHead": "ca02c328faf4ff3ae771ba44ca358d710aab48cb"
"gitHead": "b3a6cfb13f67ef4bc778be63cb9f16e6a3be9dac"
}