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

@graphql-tools/module-loader

Package Overview
Dependencies
Maintainers
3
Versions
1024
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/module-loader - npm Package Compare versions

Comparing version 7.2.17 to 7.2.18-alpha-20230413101627-31ec7077

3

cjs/index.js

@@ -136,5 +136,4 @@ "use strict";

async importModule(pointer) {
var _a;
const { modulePath, exportName } = extractData(pointer);
const imported = await (_a = modulePath, Promise.resolve().then(() => __importStar(require(_a))));
const imported = await Promise.resolve(`${modulePath}`).then(s => __importStar(require(s)));
return this.extractFromModule(imported, modulePath, exportName || 'default');

@@ -141,0 +140,0 @@ }

{
"name": "@graphql-tools/module-loader",
"version": "7.2.17",
"version": "7.2.18-alpha-20230413101627-31ec7077",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,3 +10,3 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/utils": "^9.2.1",
"tslib": "^2.4.0"

@@ -13,0 +13,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