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.2 to 1.0.3

2

package.json
{
"name": "convert2graphql",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

@@ -72,16 +72,22 @@ # Convert2GraphQL

// Output Will Be
// {
// getChats (chatOption: { sortLatest: true limit: 1 }msgOption: { sortLatest: false limit: 5 } timestamp: "Sat Jan 20 2018 01:56:37 GMT+0530 (IST)" ) {
// name
// msgs{
// msg createdBy
// }
// }
// getMsgs (msgOption: { sortLatest: true limit: 1 } chatSlug: "slug" ) {
// msg
// createdBy
// }
// }
/**
*
* Following Output is Generated
*
*
* {
* getChats (chatOption: { sortLatest: true limit: 1 }msgOption: { sortLatest: false limit: 5 } timestamp: "Sat Jan 20 2018 01:56:37 GMT+0530 (IST)" ) {
* name
* msgs{
* msg createdBy
* }
* }
*
* getMsgs (msgOption: { sortLatest: true limit: 1 } chatSlug: "slug" ) {
* msg
* createdBy
* }
* }
*/
```
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