You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
1.0.0

4

gatsby-node.js

@@ -6,6 +6,6 @@ const { fetchFromGithub } = require("./src/helper");

exports.sourceNodes = (
{ boundActionCreators },
{ actions },
{ token, variables, graphQLQuery, url }
) => {
const { createNode } = boundActionCreators;
const { createNode } = actions;
return new Promise((resolve, reject) => {

@@ -12,0 +12,0 @@ // we need a token to use this plugin

{
"name": "gatsby-source-github-api",
"version": "0.2.1",
"version": "1.0.0",
"description": "gatsby plugin for github v4 API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -120,2 +120,3 @@ [![Build Status](https://travis-ci.com/ldd/gatsby-source-github-api.svg?branch=master)](https://travis-ci.com/ldd/gatsby-source-github-api)

- `v1.0.0` add support for gatsby v3. Remove support for older versions of gatsby
- `v0.2.1` update dependencies

@@ -122,0 +123,0 @@ - `v0.2.0` provide raw github response