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

@ngx-grpc/protoc-gen-ng

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-grpc/protoc-gen-ng - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [0.6.5](https://github.com/ngx-grpc/protoc-gen-ng/compare/v0.6.4...v0.6.5) (2020-06-23)
### Bug Fixes
* handle underscores in package and file names, also include test proto that would fail to compile if underscores were not matched by the regex ([d367a91](https://github.com/ngx-grpc/protoc-gen-ng/commit/d367a91df6419aa42d96c20435750b18af6d6faa))
## [0.6.4](https://github.com/ngx-grpc/protoc-gen-ng/compare/v0.6.3...v0.6.4) (2020-06-08)

@@ -2,0 +9,0 @@

2

dist/input/proto.js

@@ -74,3 +74,3 @@ "use strict";

var meta = this.resolveTypeMetadata(pbType);
var _a = pbType.match(/^\.(([a-z0-9.]*)\.)?([A-Za-z0-9.]+$)/), typeName = _a[3];
var _a = pbType.match(/^\.(([a-z0-9._]*)\.)?([A-Za-z0-9._]+$)/), typeName = _a[3];
if (meta.proto === this) {

@@ -77,0 +77,0 @@ return (thisProtoPackageName ? thisProtoPackageName + '.' : '') + typeName;

@@ -66,3 +66,3 @@ {

},
"version": "0.6.4"
"version": "0.6.5"
}
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