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

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.5 to 5.0.6

1

build/esm/contrib/base64-arraybuffer.js

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

// imported from https://github.com/socketio/base64-arraybuffer
const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';

@@ -2,0 +3,0 @@ // Use a lookup table to find the index.

2

build/esm/encodePacket.browser.js

@@ -37,3 +37,3 @@ import { PACKET_TYPES } from "./commons.js";

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

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

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

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

@@ -40,3 +40,4 @@ "module": "./build/esm/index.js",

"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'"
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
"prepack": "npm run compile"
},

@@ -43,0 +44,0 @@ "repository": {

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