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

gh-gql

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-gql - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

lib/index.d.ts

2

lib/Provider.d.ts

@@ -18,2 +18,2 @@ import CommitQuery from './queries/Commit';

}
export {};
export default Provider;

@@ -62,1 +62,2 @@ "use strict";

Provider.ENDPOINT = 'https://api.github.com/graphql';
exports.default = Provider;
{
"name": "gh-gql",
"version": "1.3.1",
"version": "1.3.2",
"description": "GitHub GraphQL API helper for TypeScript",

@@ -18,6 +18,6 @@ "homepage": "https://github.com/keindev/gh-gql#readme",

],
"main": "lib/Provider.js",
"unpkg": "lib/Provider.js",
"module": "lib/Provider.js",
"types": "lib/Provider.d.ts",
"main": "lib/index.js",
"unpkg": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {

@@ -24,0 +24,0 @@ "type": "git",

@@ -35,3 +35,3 @@ <p align="center"><img width="400" src="https://cdn.jsdelivr.net/gh/keindev/gh-gql/media/logo.svg" alt="GitHub GraphQL API client for JavaScript"></p>

Read the [API documentation](docs/api/README.md) for more information.
Read the [API documentation](https://github.com/keindev/gh-gql/blob/master/docs/api/index.md) for more information.

@@ -38,0 +38,0 @@ ## License

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