@pluralsight/gcp-pubsub-lite
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@pluralsight/gcp-pubsub-lite", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Convenience wrapper for GCP Pub/Sub", | ||
@@ -5,0 +5,0 @@ "main": "src/pubsub.js", |
# gcp-pubsub-lite | ||
<a href="https://badge.fury.io/js/%40pluralsight%2Fgcp-pubsub-lite"><img src="https://badge.fury.io/js/%40pluralsight%2Fgcp-pubsub-lite.svg" alt="npm version" height="18"></a> | ||
<img alt="GitHub Workflow Status" src="https://github.com/pluralsight/gcp-pubsub-lite/workflows/test%2C%20version%20bump%2C%20tag%2C%20npm%20publish/badge.svg"> | ||
This is a convenience library/wrapper for the [official GCP Pub/Sub library](https://github.com/googleapis/nodejs-pubsub). You supply our wrapper with the official GCP Pub/Sub library so you control which version you want to use. This way, our library will not block you from applying e.g. the latest security updates. We will keep this library up-to-date to be compatible with recent versions of the official library. As of this writing, @google-cloud/pubsub versions 1.4.1+ are supported. | ||
@@ -5,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10187
55