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-8 to 2.8.1-9

2

build/customImport.js

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

var srcs = nestedPaths.length > 0 ? _toConsumableArray(nestedPaths.reduce(function (srcArr, fp) {
return _toConsumableArray(srcArr).concat(_toConsumableArray(getSources(fp, resolve, [])));
return _toConsumableArray(srcArr).concat(_toConsumableArray(getSources(fp, resolve, [], _toConsumableArray(nestedPaths).concat(_toConsumableArray(previouslyImported)))));
}, [])).concat([importSrc]) : [importSrc];
return _toConsumableArray(srcs).concat(_toConsumableArray(acc));
}
{
"name": "@anders-nom/babel-plugin-import-graphql-string",
"version": "2.8.1-8",
"version": "2.8.1-9",
"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