Socket
Socket
Sign inDemoInstall

@types/angular-websocket

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/angular-websocket - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

20

angular-websocket/index.d.ts

@@ -22,9 +22,9 @@ // Type definitions for angular-websocket 2.0

interface IWebSocketConfigOptions {
scope?: IScope;
rootScopeFailOver?: boolean;
useApplyAsync?: boolean;
initialTimeout?: number;
maxTimeout?: number;
binaryType?: "blob" | "arraybuffer";
reconnectIfNotNormalClose?: boolean;
scope?: IScope | undefined;
rootScopeFailOver?: boolean | undefined;
useApplyAsync?: boolean | undefined;
initialTimeout?: number | undefined;
maxTimeout?: number | undefined;
binaryType?: "blob" | "arraybuffer" | undefined;
reconnectIfNotNormalClose?: boolean | undefined;
}

@@ -48,6 +48,6 @@

*/
filter?: string | RegExp;
filter?: string | RegExp | undefined;
/** If true, each message handled will safely call `$rootScope.$digest()`. */
autoApply?: boolean;
autoApply?: boolean | undefined;
}

@@ -58,3 +58,3 @@

fn: (evt: MessageEvent) => void;
pattern?: string | RegExp;
pattern?: string | RegExp | undefined;
autoApply: boolean;

@@ -61,0 +61,0 @@ }

{
"name": "@types/angular-websocket",
"version": "2.0.8",
"version": "2.0.9",
"description": "TypeScript definitions for angular-websocket",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-websocket",
"license": "MIT",

@@ -14,6 +15,7 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/angular-websocket"
},

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

},
"typesPublisherContentHash": "fb428a35da7b4013a65dd0f85b579aad8b25091fda6b56e99e9dd798f531c2e3",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "30061ac486ae0e0413fbf82b9d1de2085834de2f305c9a94b467b44c27fb22fd",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for angular-websocket ( https://github.com/gdi2290/angular-websocket ).
This package contains type definitions for angular-websocket (https://github.com/gdi2290/angular-websocket).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-websocket
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-websocket.
Additional Details
* Last updated: Wed, 13 Feb 2019 16:16:44 GMT
* Dependencies: @types/angular
### Additional Details
* Last updated: Wed, 07 Jul 2021 21:44:24 GMT
* Dependencies: [@types/angular](https://npmjs.com/package/@types/angular)
* Global values: none
# Credits
These definitions were written by Nick Veys <https://github.com/nickveys>.
These definitions were written by [Nick Veys](https://github.com/nickveys).

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