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

nice-grpc-error-details

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.6 to 0.2.7

5

lib/ErrorDetails.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.encodeErrorDetails = exports.decodeErrorDetails = void 0;
exports.decodeErrorDetails = decodeErrorDetails;
exports.encodeErrorDetails = encodeErrorDetails;
const error_details_1 = require("./proto/google/rpc/error_details");

@@ -31,3 +32,2 @@ const any_1 = require("./proto/google/protobuf/any");

}
exports.decodeErrorDetails = decodeErrorDetails;
/* @internal */

@@ -49,3 +49,2 @@ function encodeErrorDetails(details) {

}
exports.encodeErrorDetails = encodeErrorDetails;
//# sourceMappingURL=ErrorDetails.js.map

8

package.json
{
"name": "nice-grpc-error-details",
"version": "0.2.6",
"version": "0.2.7",
"description": "gRPC rich error model implementation for nice-grpc",

@@ -27,4 +27,4 @@ "repository": "deeplay-io/nice-grpc",

"@tsconfig/recommended": "^1.0.1",
"grpc-tools": "^1.10.0",
"nice-grpc": "^2.1.9",
"grpc-tools": "^1.12.4",
"nice-grpc": "^2.1.10",
"ts-proto": "^1.112.0"

@@ -37,3 +37,3 @@ },

},
"gitHead": "706e43411400630c951a391695ca639f2af4d943"
"gitHead": "a164fb1b6dfd0e329da80d00bc9cdcc5bad369de"
}

Sorry, the diff of this file is not supported yet

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