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

convert2graphql

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convert2graphql - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

test.js

10

index.js

@@ -58,5 +58,9 @@ module.exports = class {

} else {
this.queries.push(`${obj.name} ${args} {
${nodes}
}`)
if (nodes == '') {
this.queries.push(`${obj.name} ${args}`)
} else {
this.queries.push(`${obj.name} ${args} {
${nodes}
}`)
}
}

@@ -63,0 +67,0 @@ }

{
"name": "convert2graphql",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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