Socket
Socket
Sign inDemoInstall

@graphql-toolkit/graphql-file-loader

Package Overview
Dependencies
Maintainers
3
Versions
686
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.10.3 to 0.10.4-alpha-06022e7.8

index.cjs.js.map

1

index.cjs.js

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

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

@@ -0,0 +0,0 @@ import { Source, UniversalLoader, DocumentPointerSingle, SchemaPointerSingle, SingleFileOptions } from '@graphql-toolkit/common';

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

export { GraphQLFileLoader };
//# sourceMappingURL=index.esm.js.map

10

package.json
{
"name": "@graphql-toolkit/graphql-file-loader",
"version": "0.10.3",
"version": "0.10.4-alpha-06022e7.8+06022e7",
"description": "A set of utils for faster development of GraphQL tools",

@@ -8,2 +8,6 @@ "peerDependencies": {

},
"dependencies": {
"@graphql-toolkit/common": "0.10.4-alpha-06022e7.8+06022e7",
"tslib": "1.11.1"
},
"repository": "git@github.com:ardatan/graphql-toolkit.git",

@@ -18,7 +22,3 @@ "author": "Dotan Simha <dotansimha@gmail.com>",

},
"dependencies": {
"@graphql-toolkit/common": "0.10.3",
"tslib": "1.11.1"
},
"sideEffects": false
}
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