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

graphql-helper

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-helper - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

lib.js

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

// ember compat:
exports.default = { configure: configure, request: request, query: query, mutation: mutation, batch: batch, partial: partial, fragment: fragment, union: union };
// Query Partial Utils

@@ -242,0 +246,0 @@

2

package.json
{
"name": "graphql-helper",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple helper library for making GraphQL queries. For browser usage, ensure that you have a Promise polyfill.",

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

@@ -229,2 +229,6 @@ /* @flow */

// ember compat:
export default { configure, request, query, mutation, batch, partial, fragment, union }
// Query Partial Utils

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