Comparing version 3.0.0 to 3.0.1
@@ -13,5 +13,5 @@ "use strict"; | ||
const mime = require("mime"); | ||
const pify = require("pify"); | ||
const util_1 = require("util"); | ||
const readFile = fs.readFile | ||
? pify(fs.readFile) | ||
? util_1.promisify(fs.readFile) | ||
: async () => { | ||
@@ -18,0 +18,0 @@ // if running in the web-browser, fs.readFile may not have been shimmed. |
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.0.1](https://www.github.com/googleapis/node-gtoken/compare/v3.0.0...v3.0.1) (2019-06-13) | ||
### Bug Fixes | ||
* **docs:** move to new client docs URL ([#212](https://www.github.com/googleapis/node-gtoken/issues/212)) ([b7a8c75](https://www.github.com/googleapis/node-gtoken/commit/b7a8c75)) | ||
## [3.0.0](https://www.github.com/googleapis/node-gtoken/compare/v2.3.3...v3.0.0) (2019-05-07) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gtoken", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Node.js Google Authentication Service Account Tokens", | ||
@@ -43,4 +43,3 @@ "main": "./build/src/index.js", | ||
"jws": "^3.1.5", | ||
"mime": "^2.2.0", | ||
"pify": "^4.0.0" | ||
"mime": "^2.2.0" | ||
}, | ||
@@ -54,7 +53,6 @@ "devDependencies": { | ||
"@types/node": "^10.0.3", | ||
"@types/pify": "^3.0.0", | ||
"codecov": "^3.0.2", | ||
"gts": "^1.0.0", | ||
"intelli-espower-loader": "^1.0.1", | ||
"js-green-licenses": "^0.5.0", | ||
"js-green-licenses": "^1.0.0", | ||
"mocha": "^6.0.0", | ||
@@ -64,3 +62,3 @@ "nock": "^10.0.0", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "~3.4.0", | ||
"typescript": "~3.5.0", | ||
"linkinator": "^1.1.2" | ||
@@ -67,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
26066
4
16
0
- Removedpify@^4.0.0
- Removedpify@4.0.1(transitive)