New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-source-github-api

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-github-api - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.travis.yml

5

package.json
{
"name": "gatsby-source-github-api",
"version": "0.1.3",
"version": "0.1.4",
"description": "gatsby plugin for github v4 API",

@@ -26,7 +26,10 @@ "main": "index.js",

"devDependencies": {
"coveralls": "^3.0.7",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.9.0",
"jest-fetch-mock": "^2.1.2",
"prettier": "^1.16.4"
}
}

@@ -0,1 +1,4 @@

[![Build Status](https://travis-ci.com/ldd/gatsby-source-github-api.svg?branch=master)](https://travis-ci.com/ldd/gatsby-source-github-api)
[![Coverage Status](https://coveralls.io/repos/github/ldd/gatsby-source-github-api/badge.svg?branch=master)](https://coveralls.io/github/ldd/gatsby-source-github-api?branch=master)
# gatsby-source-github-api

@@ -114,2 +117,5 @@

- `v0.1.4`
- Add tests
- expose DEFAULT_QUERY by exporting it
- `v0.1.3`

@@ -116,0 +122,0 @@ - Change mediaType of exported node to be ignored by `gatsby-transformer-json`

1

src/helper.js

@@ -39,1 +39,2 @@ const fetcher = require("graphql-fetch");

exports.fetchFromGithub = fetchFromAPI;
exports.DEFAULT_QUERY = DEFAULT_QUERY;
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