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.1 to 0.0.2

11

package.json
{
"name": "graphql-needle",
"version": "0.0.1",
"version": "0.0.2",
"description": "Stitch your GraphQL schemas in a declarative way by using annotations",

@@ -22,13 +22,12 @@ "main": "src/lib/index.js",

"dependencies": {
"apollo-link-http": "0.8.0",
"graphql": "0.11.7",
"graphql-tools": "2.5.0"
"graphql-tools": "2.5.0",
"node-fetch": "1.7.3"
},
"devDependencies": {
"apollo-link-http": "0.8.0",
"babel-jest": "21.2.0",
"babel-preset-es2015": "6.24.1",
"jest": "21.2.1",
"node-fetch": "1.7.3",
"reify": "0.12.3"
"jest": "21.2.1"
}
}
import { graphql } from 'graphql';
import { makeAnnotatedExecutableSchema } from '..';
import { makeAnnotatedExecutableSchema } from '../..';

@@ -4,0 +4,0 @@ const authorSchemaUri = 'https://8xz15vx5q.lp.gql.zone/graphql'; // Apollo Launchpad https://launchpad.graphql.com/vpzl4vxr3

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