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
4
Versions
1123
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 8.3.7 to 8.3.8

2

cjs/config.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = generateConfig;
const extname_js_1 = require("./libs/extname.js");

@@ -97,2 +98,1 @@ function generateConfig(filePath, code, _options) {

}
exports.default = generateConfig;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCode = exports.gqlPluckFromCodeStringSync = exports.gqlPluckFromCodeString = void 0;
exports.gqlPluckFromCodeStringSync = exports.gqlPluckFromCodeString = void 0;
exports.parseCode = parseCode;
const tslib_1 = require("tslib");

@@ -154,3 +155,2 @@ /* eslint-disable @typescript-eslint/no-require-imports */

}
exports.parseCode = parseCode;
function validate({ code, options }) {

@@ -157,0 +157,0 @@ if (typeof code !== 'string') {

{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "8.3.7",
"version": "8.3.8",
"description": "Pluck graphql-tag template literals",

@@ -15,3 +15,3 @@ "sideEffects": false,

"@babel/types": "^7.16.8",
"@graphql-tools/utils": "^10.6.2",
"@graphql-tools/utils": "^10.6.3",
"tslib": "^2.4.0"

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