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

graphql-compose-modules

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-compose-modules - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

lib/directoryToAst.js

@@ -140,2 +140,6 @@ "use strict";

}
// Skip dir/files started from dot
if (/^\..*/i.test(filename)) {
return false;
}
if (kind === 'file') {

@@ -142,0 +146,0 @@ if (

2

package.json
{
"name": "graphql-compose-modules",
"license": "MIT",
"version": "1.3.1",
"version": "1.3.2",
"description": "A toolset for construction GraphQL Schema via file structure",

@@ -6,0 +6,0 @@ "repository": "https://github.com/graphql-compose/graphql-compose-modules",

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