Comparing version 4.1.3 to 4.1.4
@@ -7,2 +7,10 @@ # Changelog | ||
### [4.1.4](https://www.github.com/googleapis/node-gtoken/compare/v4.1.3...v4.1.4) (2020-01-06) | ||
### Bug Fixes | ||
* **deps:** pin TypeScript below 3.7.0 ([f1ae7b6](https://www.github.com/googleapis/node-gtoken/commit/f1ae7b64ead1c918546ae5bbe8546dfb4ecc788a)) | ||
* **deps:** update dependency jws to v4 ([#251](https://www.github.com/googleapis/node-gtoken/issues/251)) ([e13542f](https://www.github.com/googleapis/node-gtoken/commit/e13542f888a81ed3ced0023e9b78ed25264b1d1c)) | ||
### [4.1.3](https://www.github.com/googleapis/node-gtoken/compare/v4.1.2...v4.1.3) (2019-11-15) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"name": "gtoken", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Node.js Google Authentication Service Account Tokens", | ||
@@ -16,3 +16,3 @@ "main": "./build/src/index.js", | ||
"compile": "tsc -p .", | ||
"test": "nyc mocha build/test", | ||
"test": "c8 mocha build/test", | ||
"prepare": "npm run compile", | ||
@@ -43,3 +43,3 @@ "pretest": "npm run compile", | ||
"google-p12-pem": "^2.0.0", | ||
"jws": "^3.1.5", | ||
"jws": "^4.0.0", | ||
"mime": "^2.2.0" | ||
@@ -58,7 +58,7 @@ }, | ||
"js-green-licenses": "^1.0.0", | ||
"mocha": "^6.0.0", | ||
"mocha": "^7.0.0", | ||
"nock": "^11.3.2", | ||
"nyc": "^14.0.0", | ||
"c8": "^7.0.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "~3.6.0", | ||
"typescript": "3.6.4", | ||
"linkinator": "^1.5.0" | ||
@@ -65,0 +65,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
30148
+ Addedjwa@2.0.0(transitive)
+ Addedjws@4.0.0(transitive)
- Removedjwa@1.4.1(transitive)
- Removedjws@3.2.2(transitive)
Updatedjws@^4.0.0