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

@graphql-tools/graphql-tag-pluck

Package Overview
Dependencies
Maintainers
3
Versions
1095
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/graphql-tag-pluck - npm Package Compare versions

Comparing version 5.0.1-alpha-78275ec.0 to 5.0.1-alpha-7ecf9b1.0

4

index.cjs.js

@@ -28,3 +28,3 @@ 'use strict';

const types = require('@babel/types');
const common = require('@graphql-tools/common');
const utils = require('@graphql-tools/utils');
const traverse = _interopDefault(require('@babel/traverse'));

@@ -226,3 +226,3 @@

});
globalGqlIdentifierName = common.asArray(globalGqlIdentifierName).map(s => s.toLowerCase());
globalGqlIdentifierName = utils.asArray(globalGqlIdentifierName).map(s => s.toLowerCase());
// Keep imported identifiers

@@ -229,0 +229,0 @@ // import gql from 'graphql-tag' -> gql

import { parse } from '@babel/parser';
import { isVariableDeclarator, isIdentifier, isTemplateLiteral, isImportDefaultSpecifier, isImportSpecifier } from '@babel/types';
import { asArray } from '@graphql-tools/common';
import { asArray } from '@graphql-tools/utils';
import traverse from '@babel/traverse';

@@ -5,0 +5,0 @@

{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "5.0.1-alpha-78275ec.0",
"version": "5.0.1-alpha-7ecf9b1.0",
"description": "Pluck graphql-tag template literals",
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0"
},

@@ -12,3 +12,3 @@ "dependencies": {

"@babel/types": "7.9.5",
"@graphql-tools/common": "5.0.1-alpha-78275ec.0"
"@graphql-tools/utils": "5.0.1-alpha-7ecf9b1.0"
},

@@ -15,0 +15,0 @@ "optionalDependencies": {

Sorry, the diff of this file is not supported yet

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