Socket
Socket
Sign inDemoInstall

babel-plugin-graphql-js-client-transform

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

lib/index.js

@@ -24,3 +24,3 @@ /**

*
* Version: 1.0.1 Commit: df8e71a
* Version: 1.0.1 Commit: d00fbde
**/'use strict';

@@ -38,3 +38,3 @@

if (path.node.tag.callee.name === tag) {
if (path.node.tag.callee && path.node.tag.callee.name === tag) {
path.traverse(templateElementVisitor, { parentPath: path, clientId: path.node.tag.arguments[0] });

@@ -41,0 +41,0 @@ }

{
"name": "babel-plugin-graphql-js-client-transform",
"version": "1.0.1",
"version": "1.0.2",
"description": "Babel plugin for transforming raw GraphQL queries into graphql-js-client query builder syntax",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc