@behance/nbd
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@behance/nbd", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "No Big Deal modular MVC and tools library", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"karma-requirejs": "", | ||
"typescript": "^2.8.1" | ||
"typescript": "^2.8.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
@@ -8,5 +8,5 @@ export type evtCallback = (...args: any[]) => any; | ||
trigger(event: string, ...args: any[]): this; | ||
listenTo(object: PubSubTrait, events: string, callback: evtCallback): this; | ||
listenOnce(object: PubSubTrait, events: string, callback: evtCallback): this; | ||
stopListening(object: PubSubTrait, events: string, callback: evtCallback): this; | ||
listenTo(object: PubSubTrait, events: string | { [event: string]: evtCallback }, callback?: evtCallback): this; | ||
listenOnce(object: PubSubTrait, events: string | { [event: string]: evtCallback }, callback?: evtCallback): this; | ||
stopListening(object: PubSubTrait, events?: string, callback?: evtCallback): this; | ||
relay(object: PubSubTrait, events: string): this; | ||
@@ -13,0 +13,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
686500
2