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

@graphql-toolkit/github-loader

Package Overview
Dependencies
Maintainers
3
Versions
690
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-toolkit/github-loader - npm Package Compare versions

Comparing version 0.10.4-alpha-6a4c019.0 to 0.10.4-alpha-8beb188.1

index.cjs.js.map

1

index.cjs.js

@@ -92,1 +92,2 @@ 'use strict';

exports.GithubLoader = GithubLoader;
//# sourceMappingURL=index.cjs.js.map

2

index.d.ts

@@ -11,3 +11,3 @@ import { UniversalLoader, SingleFileOptions } from '@graphql-toolkit/common';

canLoadSync(): boolean;
load(pointer: string, options: GithubLoaderOptions): Promise<import("@graphql-toolkit/common").Source | {
load(pointer: string, options: GithubLoaderOptions): Promise<import("../../../common/src").Source | {
location: string;

@@ -14,0 +14,0 @@ document: import("graphql").DocumentNode;

@@ -88,1 +88,2 @@ import { parseGraphQLSDL, parseGraphQLJSON } from '@graphql-toolkit/common';

export { GithubLoader };
//# sourceMappingURL=index.esm.js.map
{
"name": "@graphql-toolkit/github-loader",
"version": "0.10.4-alpha-6a4c019.0+6a4c019",
"version": "0.10.4-alpha-8beb188.1+8beb188",
"description": "A set of utils for faster development of GraphQL tools",

@@ -18,4 +18,4 @@ "peerDependencies": {

"dependencies": {
"@graphql-toolkit/common": "0.10.4-alpha-6a4c019.0+6a4c019",
"@graphql-toolkit/graphql-tag-pluck": "0.10.4-alpha-6a4c019.0+6a4c019",
"@graphql-toolkit/common": "0.10.4-alpha-8beb188.1+8beb188",
"@graphql-toolkit/graphql-tag-pluck": "0.10.4-alpha-8beb188.1+8beb188",
"cross-fetch": "3.0.4"

@@ -22,0 +22,0 @@ },

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