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

@creatdevsolutions/service

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creatdevsolutions/service

Node Implementation for Service Lib from Embedded Enterprises

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Service Library

Build Status

Introduction

This is a service library implementation for Interconnect from Embedded Enterprises. This is a reimplementation from service library.

Usage

See examples/index.ts for a usage example.

Configuration

General options

  • url - String - Router
  • realm - String - Realm
  • enableRetry - Boolean - Enables automatic reconnect to router. It does not reregister any methods.
  • isPingEnabled - Boolean - Enables ping to autobahnkreuz to preving disconnects through different proxies.
  • isDebug - Boolean - Enables advanced logging.

Authentication

Anonymous Authentication

We are using anonymous authentication by default.

Ticket Authentication
  • useAuth - Boolean - Enables ticket authentication
  • user - String - Username
  • password - String - Password
  • generateResumeToken - Boolean - Generates a new resume token, if the authentication was successful.
Resume Token Authentication
  • useResumeTokenAuth - Boolean - Enables resume token authentication
  • resumeToken - String - Resume Token, which should be used to authenticate.
  • generateResumeToken - Boolean - Generates a new resume token, if the authentication was successful.
TLS Client Authentication
  • useTLSAuth - Boolean - Enables TLS client authentication
  • ca - Buffer/String - CA
  • cert - Buffer/String - Client Cert
  • key - Buffer/Stirng - Client Key

FAQs

Package last updated on 09 Nov 2018

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