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

@types/socket.io

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/socket.io - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

7

socket.io/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for socket.io 2.1

// Ezinwa Okpoechi <https://github.com/BrainMaestro>
// Marek Urbanowicz <https://github.com/murbanowicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -666,2 +667,8 @@

compress( compress: boolean ): Socket;
/**
* Emits the error
* @param err Error message=
*/
error(err: any): void;
}

@@ -668,0 +675,0 @@

12

socket.io/package.json
{
"name": "@types/socket.io",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript definitions for socket.io",

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

"githubUsername": "BrainMaestro"
},
{
"name": "Marek Urbanowicz",
"url": "https://github.com/murbanowicz",
"githubUsername": "murbanowicz"
}

@@ -43,3 +48,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/socket.io"
},

@@ -50,4 +56,4 @@ "scripts": {},

},
"typesPublisherContentHash": "055e3ec36f2cff7d6c32e19fa1d24968617df26a06cc7d1003a08dd4cc7a278f",
"typesPublisherContentHash": "7cecf6e25dc894a290ce5a3971b0c10ec8f873f113a70db39875407d39ce1935",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 07 Dec 2018 23:32:00 GMT
* Last updated: Tue, 24 Sep 2019 21:33:42 GMT
* Dependencies: @types/node

@@ -17,2 +17,2 @@ * Global values: SocketIO

# Credits
These definitions were written by PROGRE <https://github.com/progre>, Damian Connolly <https://github.com/divillysausages>, Florent Poujol <https://github.com/florentpoujol>, KentarouTakeda <https://github.com/KentarouTakeda>, Alexey Snigirev <https://github.com/gigi>, Ezinwa Okpoechi <https://github.com/BrainMaestro>.
These definitions were written by PROGRE <https://github.com/progre>, Damian Connolly <https://github.com/divillysausages>, Florent Poujol <https://github.com/florentpoujol>, KentarouTakeda <https://github.com/KentarouTakeda>, Alexey Snigirev <https://github.com/gigi>, Ezinwa Okpoechi <https://github.com/BrainMaestro>, and Marek Urbanowicz <https://github.com/murbanowicz>.
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