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

graphql-needle

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-needle - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

8

dist/needle/makeAnnotatedExecutableSchema.js

@@ -7,6 +7,2 @@ 'use strict';

var _regenerator = require('babel-runtime/regenerator');
var _regenerator2 = _interopRequireDefault(_regenerator);
var _nodeFetch = require('node-fetch');

@@ -30,3 +26,3 @@

var remoteSchemaAnnotations, remoteSchemaPromises, remoteSchemas, toRemoteSchemas;
return _regenerator2.default.async(function makeAnnotatedExecutableSchema$(_context) {
return regeneratorRuntime.async(function makeAnnotatedExecutableSchema$(_context) {
while (1) {

@@ -48,3 +44,3 @@ switch (_context.prev = _context.next) {

_context.next = 5;
return _regenerator2.default.awrap(Promise.all(remoteSchemaPromises));
return regeneratorRuntime.awrap(Promise.all(remoteSchemaPromises));

@@ -51,0 +47,0 @@ case 5:

{
"name": "graphql-needle",
"version": "0.0.7",
"version": "0.0.8",
"description": "Stitch your GraphQL schemas in a declarative way by using annotations",

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

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