Socket
Socket
Sign inDemoInstall

graphql-extensions

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-extensions - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

12

lib/index.js

@@ -144,9 +144,9 @@ "use strict";

}
if (promises_1.length > 0) {
Promise.all(promises_1).then(callback, callback);
}
else {
callback();
}
});
if (promises_1.length > 0) {
Promise.all(promises_1).then(callback, callback);
}
else {
callback();
}
}

@@ -153,0 +153,0 @@ else {

{
"name": "graphql-extensions",
"version": "0.0.7",
"version": "0.0.8",
"description": "Add extensions to GraphQL servers",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -177,8 +177,8 @@ import {

}
if (promises.length > 0) {
Promise.all(promises).then(callback, callback);
} else {
callback();
}
});
if (promises.length > 0) {
Promise.all(promises).then(callback, callback);
} else {
callback();
}
} else {

@@ -185,0 +185,0 @@ callback();

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