You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@zcong/node-grpc-health-check

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

@zcong/node-grpc-health-check - npm Package Compare versions

Comparing version

to
0.1.3

dist/index.d.ts

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.1.3](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.2...v0.1.3) (2021-09-23)
### Bug Fixes
- build ([51b3c50](https://github.com/zcong1993/node-grpc-health-check/commit/51b3c50713ebe100e9a5730973abd951795bf315))
## [0.1.2](https://github.com/zcong1993/node-grpc-health-check/compare/v0.1.1...v0.1.2) (2021-09-23)

@@ -2,0 +8,0 @@

14

package.json
{
"name": "@zcong/node-grpc-health-check",
"version": "0.1.2",
"version": "0.1.3",
"description": "Health check client and service for use with @grpc/grpc-js.",

@@ -10,3 +10,3 @@ "main": "./dist/index.js",

"scripts": {
"build": "tsc --build tsconfig.json && cp -a ./src/generated ./dist/",
"build": "tsc --build tsconfig.build.json && cp -a ./src/generated ./dist/",
"test": "run-s lint jest",

@@ -21,4 +21,3 @@ "test:cov": "run-s lint jest:cov",

"lint-staged": "lint-staged",
"release": "node ./scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ."
"release": "js-release"
},

@@ -35,8 +34,6 @@ "types": "./dist/index.d.ts",

"@typescript-eslint/parser": "^4.31.2",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"@zcong/js-release": "^0.2.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"execa": "^5.1.1",
"grpc-tools": "^1.11.2",

@@ -46,8 +43,5 @@ "husky": "^7.0.2",

"lint-staged": "^11.1.2",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.3",
"prompts": "^2.4.1",
"semver": "^7.3.5",
"ts-jest": "^27.0.5",

@@ -54,0 +48,0 @@ "ts-protoc-gen": "^0.15.0",