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

@types/backbone.radio

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/backbone.radio - npm Package Compare versions

Comparing version 0.8.34 to 0.8.35

13

backbone.radio/index.d.ts

@@ -74,3 +74,14 @@ // Type definitions for Backbone.Radio v0.8.3

class Channel extends Backbone.Events implements Commands, Requests {
class Channel implements Commands, Requests, Backbone.Events {
on(eventName: string, callback?: (...args: any[]) => void, context?: any): any;
on(eventMap: EventsHash): any;
on(eventName: any, callback?: any, context?: any): any;
off(eventName?: string, callback?: (...args: any[]) => void, context?: any): any;
trigger(eventName: string, ...args: any[]): any;
bind(eventName: string, callback: (...args: any[]) => void, context?: any): any;
unbind(eventName?: string, callback?: (...args: any[]) => void, context?: any): any;
once(events: string, callback: (...args: any[]) => void, context?: any): any;
listenTo(object: any, events: string, callback: (...args: any[]) => void): any;
listenToOnce(object: any, events: string, callback: (...args: any[]) => void): any;
stopListening(object?: any, events?: string, callback?: (...args: any[]) => void): any;
channelName: string;

@@ -77,0 +88,0 @@ reset(): Channel;

10

backbone.radio/package.json
{
"name": "@types/backbone.radio",
"version": "0.8.34",
"version": "0.8.35",
"description": "TypeScript definitions for Backbone.Radio",

@@ -9,9 +9,11 @@ "license": "MIT",

"name": "Peter Palotas",
"url": "https://github.com/alphaleonis"
"url": "https://github.com/alphaleonis",
"githubUsername": "alphaleonis"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -22,4 +24,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ef4f05ac912e1b6209944eb59eeb868f8fdd4a8aea303f5e64e21049dcdf780a",
"typesPublisherContentHash": "2de6520a1934c57a2c9903304765a2a0b53c7edb8fa453f678282a98c835c9c2",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/backbone.radio
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/backbone.radio
Additional Details
* Last updated: Mon, 21 Aug 2017 21:47:08 GMT
* Last updated: Wed, 21 Nov 2018 15:57:19 GMT
* Dependencies: backbone

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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