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

ripple-hbase-client

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripple-hbase-client

ripple hbase client

  • 0.1.18
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by75%
Maintainers
1
Weekly downloads
 
Created
Source

Ripple Hbase Client

Usage:
const Hbase = require('ripple-hbase-client')
const hbase = new Hbase({
  host: 'localhost',
  port: 9090,
  prefix: 'prefix',
  logLevel: 2
})

hbase.putRow({
  table: 'table',
  rowkey: 'rowkey',
  columns: {
    column1: '1'
    'f:column2': 2
  }
})
.then(console.log)

hbase.getRow({
  table: 'table',
  rowkey: 'rowkey'
})
.then(console.log)

FAQs

Package last updated on 07 Feb 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