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

@brigand/n1ql

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brigand/n1ql

parse couchbase's n1ql syntax

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

This package allows parsing n1ql into an abstract syntax tree. It will throw an error if the input is invalid.

npm install @brigand/n1ql

# or

yarn add @brigand/n1ql

It simply exports a function that converts the provided query string to an AST.

const parseN1ql = require('@brigand/n1ql');

const ast = parseN1Ql('SELECT * FROM some-table');

FAQs

Package last updated on 04 Dec 2019

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