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

graphql-codegen-modules-gen

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-modules-gen - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

package.json
{
"name": "graphql-codegen-modules-gen",
"version": "1.5.0",
"version": "1.5.1",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

@@ -127,3 +127,3 @@ import {

createFolderIfNotExists(join(modulePath, "_enums", "ui"));
createFolderIfNotExists(join(modulePath, "_enums", "ui", "list"));
createFolderIfNotExists(join(modulePath, "_enums", "ui", "lists"));

@@ -154,6 +154,6 @@ for (const key in enums) {

if (
!existsSync(join(modulePath, "_enums", "ui", "list", `List${key}.ts`))
!existsSync(join(modulePath, "_enums", "ui", "lists", `List${key}.ts`))
) {
writeFileSync(
join(modulePath, "_enums", "ui", "list", `List${key}.ts`),
join(modulePath, "_enums", "ui", "lists", `List${key}.ts`),
enumFileData

@@ -160,0 +160,0 @@ );

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