Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-request

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-request - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

dist/src/index.d.ts

@@ -5,2 +5,3 @@ import { Options, Variables } from './types';

export declare function request<T extends any>(url: string, query: string, variables?: Variables): Promise<T>;
export default request;
export declare class GraphQLClient {

@@ -7,0 +8,0 @@ private url;

@@ -52,2 +52,3 @@ "use strict";

exports.request = request;
exports.default = request;
var GraphQLClient = (function () {

@@ -54,0 +55,0 @@ function GraphQLClient(url, options) {

2

package.json
{
"name": "graphql-request",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts",

Sorry, the diff of this file is not supported yet

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