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

apollo-helpers

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-helpers - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

14

package.json
{
"name": "apollo-helpers",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.js",

@@ -34,13 +34,13 @@ "author": "ksmithut",

"dependencies": {
"graphql": "^0.11.7",
"graphql-tools": "^2.7.2",
"graphql": "^0.13.2",
"graphql-tools": "^2.23.1",
"ramda": "^0.25.0"
},
"devDependencies": {
"@types/jest": "^21.1.5",
"@types/jest": "^22.2.0",
"codeclimate-test-reporter": "^0.5.0",
"graphql-subscriptions": "^0.5.4",
"jest": "^21.2.1",
"standard": "^10.0.3"
"graphql-subscriptions": "^0.5.8",
"jest": "^22.4.2",
"standard": "^11.0.1"
}
}

@@ -64,3 +64,3 @@ 'use strict'

const options = getOptions(query, graphqlOptions)
return graphql.execute(options)
return Promise.resolve(graphql.execute(options))
}

@@ -67,0 +67,0 @@

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