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

@nio/zenith-ast

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nio/zenith-ast

just the expression builder of rethinkdb client driver

  • 2.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

@nio/zenith-ast

This package is a subset officially supported JavaScript rethinkdb driver for querying a RethinkDB database from a JavaScript application.

Check out rethinkdb.com/api/javascript for documentation and examples of using the official driver.

Whats Missing?

This package does not include:

  • Network Connectivity
  • run() method to execute a expression to a server
  • r.binary() helpers.

Instead, this is meant to be used to build/generate a expression/query AST using the build() method.

Building

This package is built directly from the official JavaScript driver and uses Esprima parse and remove network connection peices from the default query builder.

To recompile, execute:

$ npm run build

Naming

In order to comply with §6 of the Apache License, this package is named reconsiderdb-ast.

Versioning

The version of this package will be locked to the offical driver version number that it was generated from.

Licensing

The licensing of this package will match the version of the

FAQs

Package last updated on 03 Jun 2017

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