Socket
Socket
Sign inDemoInstall

@kano/common

Package Overview
Dependencies
Maintainers
21
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.3 to 1.0.4

events/index.d.ts

1

index.js

@@ -5,1 +5,2 @@ export * from './events/index.js';

export * from './cancellation/index.js';
export * from './uc/dist/index.js';

10

package.json
{
"name": "@kano/common",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

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

"lint-ci": "yarn lint -f checkstyle -o eslint.xml",
"prepublishOnly": "yarn lint"
"prepublishOnly": "yarn tsc && yarn lint",
"tsc": "tsc",
"serve": "es6-server"
},
"devDependencies": {
"@kano/es6-server": "^1.0.3",
"@kano/eslint-config": "^1.0.0",

@@ -25,4 +28,5 @@ "@kano/web-tester": "^1.0.0-alpha.14",

"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"typescript": "^3.5.2"
}
}

@@ -29,1 +29,2 @@ # Kano Common libraries

## [Cancellation](./cancellation)
## [uController](./uc)

@@ -0,2 +1,4 @@

import { IDisposable } from '../lifecycle/disposables.js';
export function subscribeTimeout(callback : () => void, timeout? : number, thisArg? : any, subs? : any[]) : IDisposable;
export function subscribeInterval(callback : () => void, timeout? : number, thisArg? : any, subs? : any[]) : IDisposable;
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