Socket
Socket
Sign inDemoInstall

@types/actioncable

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/actioncable - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

3

actioncable/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for ActionCable 5.2

// Jared Szechy <https://github.com/szechyjs>
// David Mejorado <https://github.com/davidmh>
// Definitions: https://github.com/zhu1230/DefinitelyTyped

@@ -17,3 +18,3 @@ // TypeScript Version: 2.3

interface Subscriptions {
create<T extends CreateMixin>(channel: string|ChannelNameWithParams, obj?: T): Channel & T;
create<T extends CreateMixin>(channel: string|ChannelNameWithParams, obj?: T & ThisType<Channel>): Channel & T;
}

@@ -20,0 +21,0 @@

{
"name": "@types/actioncable",
"version": "5.2.4",
"version": "5.2.5",
"description": "TypeScript definitions for ActionCable",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "szechyjs"
},
{
"name": "David Mejorado",
"url": "https://github.com/davidmh",
"githubUsername": "davidmh"
}

@@ -28,4 +33,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "9991e231919525f102db2940c36c6dd7d9a92b713e113b9d27dc9083b81352d6",
"typesPublisherContentHash": "2d4f1bbda353da9ce7e04b8bf7ea46bd960e422c2a9016b4bdb589d78fb25585",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 28 Apr 2021 03:31:19 GMT
* Last updated: Wed, 19 May 2021 18:01:24 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `ActionCable`, `App`

# Credits
These definitions were written by [Vincent Zhu](https://github.com/zhu1230), and [Jared Szechy](https://github.com/szechyjs).
These definitions were written by [Vincent Zhu](https://github.com/zhu1230), [Jared Szechy](https://github.com/szechyjs), and [David Mejorado](https://github.com/davidmh).
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