google-auth-library
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -24,3 +24,3 @@ "use strict"; | ||
// text encoding natively. | ||
if (typeof TextEncoder === 'undefined') { | ||
if (typeof process === 'undefined' && typeof TextEncoder === 'undefined') { | ||
require('fast-text-encoding'); | ||
@@ -27,0 +27,0 @@ } |
@@ -7,2 +7,9 @@ # Changelog | ||
### [4.2.4](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v4.2.3...v4.2.4) (2019-06-25) | ||
### Bug Fixes | ||
* only require fast-text-encoding when needed ([#740](https://www.github.com/googleapis/google-auth-library-nodejs/issues/740)) ([04fcd77](https://www.github.com/googleapis/google-auth-library-nodejs/commit/04fcd77)) | ||
### [4.2.3](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v4.2.2...v4.2.3) (2019-06-24) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "google-auth-library", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"author": "Google Inc.", | ||
@@ -5,0 +5,0 @@ "description": "Google APIs Authentication Client Library for Node.js", |
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
214220