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

augment-gql-operations

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

augment-gql-operations - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -54,3 +54,3 @@ "use strict";

/* eslint-disable-next-line no-console */
console.warn('Failed to parse content for append-to-operatoin.');
console.warn("Failed to parse content for augment-gql-operations: " + err.message);
}

@@ -57,0 +57,0 @@ },

@@ -58,3 +58,3 @@ import { DocumentNode, GraphQLSchema, SelectionNode } from 'graphql';

/* eslint-disable-next-line no-console */
console.warn('Failed to parse content for append-to-operatoin.');
console.warn(`Failed to parse content for augment-gql-operations: ${err.message}`);
}

@@ -61,0 +61,0 @@ },

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "0.0.2",
"version": "0.0.3",
"author": "dannycochran",

@@ -8,0 +8,0 @@ "license": "MIT",

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