Socket
Socket
Sign inDemoInstall

engine.io

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

17

build/parser-v3/utf8.d.ts
/*! https://mths.be/utf8js v2.1.2 by @mathias */
declare var stringFromCharCode: (...codes: number[]) => string;
declare function ucs2decode(string: any): any[];
declare function ucs2encode(array: any): string;
declare function checkScalarValue(codePoint: any, strict: any): boolean;
declare function createByte(codePoint: any, shift: any): string;
declare function encodeCodePoint(codePoint: any, strict: any): string;
declare function utf8encode(string: any, opts: any): string;
declare function readContinuationByte(): number;
declare function decodeSymbol(strict: any): any;
declare var byteArray: any;
declare var byteCount: any;
declare var byteIndex: any;
declare function utf8decode(byteString: any, opts: any): string;
declare const _default: {
version: string;
encode: typeof utf8encode;
decode: typeof utf8decode;
};
export default _default;

@@ -1,4 +0,2 @@

"use strict";
/*! https://mths.be/utf8js v2.1.2 by @mathias */
Object.defineProperty(exports, "__esModule", { value: true });
var stringFromCharCode = String.fromCharCode;

@@ -185,3 +183,3 @@ // Taken from https://mths.be/punycode

}
exports.default = {
module.exports = {
version: '2.1.2',

@@ -188,0 +186,0 @@ encode: utf8encode,

@@ -0,1 +1,10 @@

## [6.0.1](https://github.com/socketio/engine.io/compare/6.0.0...6.0.1) (2021-11-06)
### Bug Fixes
* fix payload encoding for v3 clients ([3f42262](https://github.com/socketio/engine.io/commit/3f42262fd27a77a7383cdbb44ede7c6211a9782b))
# [6.0.0](https://github.com/socketio/engine.io/compare/5.2.0...6.0.0) (2021-10-08)

@@ -2,0 +11,0 @@

{
"name": "engine.io",
"version": "6.0.0",
"version": "6.0.1",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",

@@ -48,3 +48,3 @@ "type": "commonjs",

"eiows": "^3.3.0",
"engine.io-client": "6.0.0",
"engine.io-client": "6.0.1",
"engine.io-client-v3": "npm:engine.io-client@3.5.0",

@@ -51,0 +51,0 @@ "expect.js": "^0.3.1",

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