Socket
Socket
Sign inDemoInstall

@kano/common

Package Overview
Dependencies
Maintainers
8
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/common - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

cancellation/index.js

7

events/emitter.js

@@ -0,1 +1,8 @@

export const Event = {
get None() {
const _disposable = { dispose() { } };
return function () { return _disposable; };
}
}
export class EventEmitter {

@@ -2,0 +9,0 @@ static _noop() {}

3

index.js
export * from './events/index.js';
export * from './disposable/index.js';
export * from './lifecycle/index.js';
export * from './time/index.js';
export * from './cancellation/index.js';
{
"name": "@kano/common",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:KanoComputing/web-common.git",

@@ -26,3 +26,4 @@ # Kano Common libraries

## [Events](./events)
## [Disposable](./disposable)
## [Lifecycle](./lifecycle)
## [Time](./time)
## [Cancellation](./cancellation)
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