Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gtoken

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtoken - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

build/src/index.js

@@ -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 @@ },

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