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

grpc-boom

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-boom - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

22

package.json
{
"name": "grpc-boom",
"version": "1.0.22",
"version": "1.0.23",
"description": "A gRPC implementation of the awesome Boom library to help create gRPC-friendly error objects",

@@ -10,7 +10,8 @@ "main": "src/index.js",

"prettier": "prettier --write \"src/**/*.{ts,tsx,css}\"",
"example": "ts-node ./src/example/index.ts",
"tslint": "tslint --fix -c tslint.json -p tsconfig.json",
"test": "jest",
"test:coverage": "npm test -- --coverage",
"test:badges": "npm run test:coverage && jest-coverage-badges"
"test:badges": "npm run test:coverage && jest-coverage-badges",
"ncu": "ncu",
"ncu:u": "ncu -u"
},

@@ -32,14 +33,15 @@ "keywords": [

"devDependencies": {
"@types/jest": "~24.0.13",
"@types/node": "~12.0.2",
"grpc": "~1.20.3",
"@types/jest": "~24.0.15",
"@types/node": "~12.6.2",
"grpc": "~1.22.2",
"jest": "~24.8.0",
"jest-coverage-badges": "~1.1.2",
"prettier": "~1.17.1",
"npm-check-updates": "~3.1.18",
"prettier": "~1.18.2",
"protobufjs": "~6.8.8",
"ts-jest": "~24.0.2",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.4.5"
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.5.3"
}
}
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