@types/actioncable
Advanced tools
Comparing version 5.2.7 to 5.2.8
@@ -9,3 +9,3 @@ // Type definitions for ActionCable 5.2 | ||
declare module ActionCable { | ||
declare namespace ActionCable { | ||
interface Channel { | ||
@@ -12,0 +12,0 @@ unsubscribe(): void; |
{ | ||
"name": "@types/actioncable", | ||
"version": "5.2.7", | ||
"version": "5.2.8", | ||
"description": "TypeScript definitions for ActionCable", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/actioncable", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e5422dcf9c7a3d43bc03398d5c22a5002300d1fa4c3720d381cf7b21fbee009c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "35b775eb75e5fe337283eae7e7b5885c46337190388b407918f53e30c7f1a61a", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -19,3 +19,3 @@ # Installation | ||
declare module ActionCable { | ||
declare namespace ActionCable { | ||
interface Channel { | ||
@@ -69,3 +69,3 @@ unsubscribe(): void; | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:20 GMT | ||
* Last updated: Fri, 25 Aug 2023 17:33:39 GMT | ||
* Dependencies: none | ||
@@ -72,0 +72,0 @@ * Global values: `ActionCable`, `App` |
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
5825