@types/crossroads
Advanced tools
Comparing version 0.0.22-alpha to 0.0.23-alpha
@@ -8,6 +8,8 @@ // Type definitions for Crossroads.js | ||
import * as signal from 'signals'; | ||
declare namespace CrossroadsJs { | ||
export interface Route { | ||
matched: Signal; | ||
matched: signal.Signal; | ||
@@ -17,3 +19,3 @@ /** | ||
*/ | ||
switched: Signal; | ||
switched: signal.Signal; | ||
@@ -52,3 +54,3 @@ /** | ||
*/ | ||
add(listener: Function, listenerContext?: any, priority?: Number): SignalBinding; | ||
add(listener: Function, listenerContext?: any, priority?: Number): signal.SignalBinding; | ||
} | ||
@@ -99,3 +101,3 @@ | ||
*/ | ||
bypassed: Signal; | ||
bypassed: signal.Signal; | ||
@@ -105,3 +107,3 @@ /** | ||
*/ | ||
routed: Signal; | ||
routed: signal.Signal; | ||
@@ -161,5 +163,3 @@ /** | ||
declare var crossroads: CrossroadsJs.CrossRoadsStatic; | ||
declare module 'crossroads'{ | ||
export = crossroads; | ||
} | ||
export = crossroads; | ||
export as namespace crossroads; |
{ | ||
"name": "@types/crossroads", | ||
"version": "0.0.22-alpha", | ||
"version": "0.0.23-alpha", | ||
"description": "TypeScript definitions for Crossroads.js", | ||
@@ -8,7 +8,11 @@ "main": "", | ||
"author": "Diullei Gomes <https://github.com/diullei>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/signals": "*" | ||
"@types/signals": "0.0.*" | ||
} | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:20:04 GMT | ||
* File structure: Mixed | ||
* Last updated: Fri, 01 Jul 2016 18:42:20 GMT | ||
* File structure: UMD | ||
* Library Dependencies: signals | ||
* Module Dependencies: none | ||
* Module Dependencies: signals | ||
* Global values: crossroads | ||
@@ -17,0 +17,0 @@ |
@@ -7,3 +7,5 @@ { | ||
], | ||
"moduleDependencies": [], | ||
"moduleDependencies": [ | ||
"signals" | ||
], | ||
"libraryMajorVersion": "0", | ||
@@ -16,13 +18,11 @@ "libraryMinorVersion": "0", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
"kind": "UMD", | ||
"globals": [ | ||
"crossroads" | ||
], | ||
"declaredModules": [ | ||
"crossroads" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"contentHash": "d171242d33e75eaab17e3190271ca66e295f931a2371a0e9198ecfcbd9fa55ce" | ||
"contentHash": "1deefb6bbeb3ce30f9d786673618b7f3167a71eae24df908d0a30d203f0a599c" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7736
4972
0
+ Added@types/signals@0.0.18(transitive)
- Removed@types/signals@1.0.4(transitive)
Updated@types/signals@0.0.*