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 4.1.3 to 4.1.4

8

CHANGELOG.md

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

12

package.json
{
"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 @@ },

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