New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

clay-lump-actor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clay-lump-actor

SUGOActor to wrap Clay-Lump

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

clay-lump-actor

Build Status npm Version JS Standard

SUGOActor to wrap Clay-Lump

Installation

$ npm install clay-lump-actor --save

Usage

'use strict'

const clayLump = require('clay-lump')
const clayLumpActor = require('clay-lump-actor')

async function tryExample () {
  const lump = clayLump('lump01', {})

  const lumpActor = clayLumpActor(lump, {
    port: 3000,
    hostname: 'localhost'
  })

  await lumpActor.connect()
}

tryExample().catch((err) => console.error(err))

License

This software is released under the Apache-2.0 License.

Keywords

ClayDB

FAQs

Package last updated on 10 May 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