Socket
Socket
Sign inDemoInstall

gaxios

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gaxios - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

10

package.json
{
"name": "gaxios",
"version": "1.0.4",
"version": "1.0.6",
"description": "A simple common HTTP client specifically for Google APIs and services.",

@@ -11,3 +11,3 @@ "main": "build/src/index.js",

"scripts": {
"lint": "semistandard && npm run check",
"lint": "semistandard && gts check",
"test": "nyc mocha build/test",

@@ -20,3 +20,4 @@ "samples-test": "cd samples/ && npm link ../ && npm test && cd ../",

"pretest": "npm run compile",
"coverage": "nyc report --reporter=json && codecov -f coverage/*.json"
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"commitlint": "git log -1 --pretty=%B | commitlint"
},

@@ -30,2 +31,4 @@ "repository": "JustinBeckwith/gaxios",

"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/extend": "^3.0.0",

@@ -43,2 +46,3 @@ "@types/mocha": "^5.2.5",

"nyc": "^12.0.2",
"semantic-release": "^15.13.2",
"semistandard": "^13.0.1",

@@ -45,0 +49,0 @@ "sinon": "^7.1.1",

# gaxios
[![Build Status](https://travis-ci.com/JustinBeckwith/gaxios.svg?branch=master)](https://travis-ci.com/JustinBeckwith/gaxios)
[![npm version](https://img.shields.io/npm/v/gaxios.svg)](https://www.npmjs.org/package/gaxios)
[![Build Status](https://api.cirrus-ci.com/github/JustinBeckwith/gaxios.svg)](https://cirrus-ci.com/github/JustinBeckwith/gaxios)
[![codecov](https://codecov.io/gh/JustinBeckwith/gaxios/branch/master/graph/badge.svg)](https://codecov.io/gh/JustinBeckwith/gaxios)

@@ -5,0 +6,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