Socket
Socket
Sign inDemoInstall

@kano/common

Package Overview
Dependencies
0
Maintainers
21
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kano/common

Set of libarries to implement common Development Patterns and Principles.


Version published
Maintainers
21
Created

Readme

Source

Kano Common libraries

Set of libarries to implement common Development Patterns and Principles.

Each library lives in its own subdirectory.

Installation

yarn @kano/common
# OR
npm install --save @kano/common

Usage

// Import everything
import * as common from '@kano/common/index.js';
// Import only some symbols
import { EventEmitter, subscribe } from '@kano/common/index.js';

Events

Lifecycle

Time

Cancellation

uController

FAQs

Last updated on 18 Jul 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc