New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/stompjs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stompjs - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

2

stompjs/index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for stompjs 2.3

connect(headers: { login: string, passcode: string, host?: string }, connectCallback: (frame?: Frame) => any, errorCallback?: (error: Frame | string) => any): any;
connect(headers: { login: string, passcode: string, host?: string | undefined }, connectCallback: (frame?: Frame) => any, errorCallback?: (error: Frame | string) => any): any;
connect(headers: { }, connectCallback: (frame?: Frame) => any, errorCallback?: (error: Frame | string) => any): any;

@@ -32,0 +32,0 @@ connect(login: string, passcode: string, connectCallback: (frame?: Frame) => any, errorCallback?: (error: Frame | string) => any, host?: string): any;

{
"name": "@types/stompjs",
"version": "2.3.4",
"version": "2.3.5",
"description": "TypeScript definitions for stompjs",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stompjs",
"license": "MIT",

@@ -19,5 +20,7 @@ "contributors": [

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

@@ -28,4 +31,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ba5532219ef0b9cd5e54315439856a6cc36882f0293d1d800acfe7bfd1b42b64",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "43d22795abfd90fc882a70ad2b7ba23366178303aa605c74150a045aea5a565b",
"typeScriptVersion": "3.6"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stompjs
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stompjs.
Additional Details
* Last updated: Wed, 29 Aug 2018 01:19:57 GMT
* Dependencies: node
### Additional Details
* Last updated: Fri, 02 Jul 2021 22:32:57 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Jimi Charalampidis <https://github.com/jimic>, Stefan Erichsen <https://github.com/Dr4k4n>.
These definitions were written by [Jimi Charalampidis](https://github.com/jimic), and [Stefan Erichsen](https://github.com/Dr4k4n).

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