Socket
Socket
Sign inDemoInstall

engine.io-parser

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engine.io-parser - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

1

build/cjs/contrib/base64-arraybuffer.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.decode = exports.encode = void 0;
// imported from https://github.com/socketio/base64-arraybuffer
const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

@@ -5,0 +6,0 @@ // Use a lookup table to find the index.

2

build/cjs/encodePacket.browser.js

@@ -39,3 +39,3 @@ "use strict";

const content = fileReader.result.split(",")[1];
callback("b" + content);
callback("b" + (content || ""));
};

@@ -42,0 +42,0 @@ return fileReader.readAsDataURL(data);

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "5.0.4",
"version": "5.0.5",
"main": "./build/cjs/index.js",

@@ -8,0 +8,0 @@ "module": "./build/esm/index.js",

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