New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anders-nom/babel-plugin-import-graphql-string

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anders-nom/babel-plugin-import-graphql-string - npm Package Compare versions

Comparing version 2.8.1-5 to 2.8.1-6

4

build/index.js

@@ -99,3 +99,5 @@ "use strict";

} else {
var replacements = buildReplacements(result, importNames, opts, seenJSFiles);
var replacements = buildReplacements(result, importNames, opts, seenJSFiles); // eslint-disable-next-line no-console
console.log(JSON.stringify(replacements));
replacements.length > 1 ? curPath.replaceWithMultiple(replacements) : curPath.replaceWith(sourceOnly ? (0, _language.print)(replacements[0]) : replacements[0]);

@@ -102,0 +104,0 @@ }

{
"name": "@anders-nom/babel-plugin-import-graphql-string",
"version": "2.8.1-5",
"version": "2.8.1-6",
"description": "Babel plugin to make .gql/.graphql files importable",

@@ -5,0 +5,0 @@ "author": "A.J. Roberts <detrohutt@gmail.com>",

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