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

codql2graph

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codql2graph

[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![npm download][download-image]][download-url]

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

codql2graph

NPM version [![build status][travis-image]][travis-url] ![Test coverage][coveralls-image] npm download

A query language for cod.

Badges

TNPM version TNPM downloads [![install size][install-size-image]][install-size-url] node >=6.0.0


Usage

import { astTree2puml } from 'codql2graph';
const plantuml = astTree2puml(`
  $root: Member {
    honourMember: member
    payerStatus
  }
  foo: All
  Contract(id: $id)
  clause: Fengdie(path: insmutual_clause, base: $foo) {
    a
    b: bdc
  }
  latest: *Fengdie(insxhbbff_old_upgrade)
`);

FAQs

Package last updated on 20 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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