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

@membrane/graphql-request

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@membrane/graphql-request - npm Package Compare versions

Comparing version 0.0.0-semantic-release to 0.0.0

2

dist/src/index.d.ts
import { GraphQLError, Headers as HttpHeaders, Options, Variables } from './types';
export { ClientError } from './types';
import 'cross-fetch/polyfill';
import 'cross-fetch/dist/node-polyfill';
export declare class GraphQLClient {

@@ -5,0 +5,0 @@ private url;

@@ -58,3 +58,3 @@ "use strict";

exports.ClientError = types_2.ClientError;
require("cross-fetch/polyfill");
require("cross-fetch/dist/node-polyfill");
var GraphQLClient = /** @class */ (function () {

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

{
"name": "@membrane/graphql-request",
"version": "0.0.0-semantic-release",
"version": "0.0.0",
"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