Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/crossroads

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/crossroads - npm Package Compare versions

Comparing version 0.0.22-alpha to 0.0.23-alpha

18

index.d.ts

@@ -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"
}
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