Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grpc-web-error-details

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-web-error-details - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

12

package.json
{
"name": "grpc-web-error-details",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility function for deserializing `grpc-status-details-bin` metadata on grpc-web",

@@ -21,2 +21,7 @@ "license": "MIT",

"author": "Shun Kashiwa <shunthedev@gmail.com> (https://github.com/shumbo)",
"homepage": "https://github.com/shumbo/grpc-web-error-details",
"repository": {
"type": "git",
"url": "https://github.com/shumbo/grpc-web-error-details"
},
"scripts": {

@@ -30,3 +35,4 @@ "prebuild": "rimraf dist",

"lint": "eslint index.ts src --ext .ts",
"genProto": "bash ./run-protoc.sh"
"genProto": "bash ./run-protoc.sh",
"prepublish": "build"
},

@@ -59,2 +65,2 @@ "dependencies": {

}
}
}
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