Socket
Socket
Sign inDemoInstall

engine.io-parser

Package Overview
Dependencies
1
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [4.0.2](https://github.com/socketio/engine.io-parser/compare/4.0.1...4.0.2) (2020-12-07)
### Bug Fixes
* add base64-arraybuffer as prod dependency ([2ccdeb2](https://github.com/socketio/engine.io-parser/commit/2ccdeb277955bed8742a29f2dcbbf57ca95eb12a))
## [2.2.1](https://github.com/socketio/engine.io-parser/compare/2.2.0...2.2.1) (2020-09-30)
## [4.0.1](https://github.com/socketio/engine.io-parser/compare/4.0.0...4.0.1) (2020-09-10)

@@ -2,0 +13,0 @@

7

package.json

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

"license": "MIT",
"version": "4.0.1",
"version": "4.0.2",
"main": "lib/index.js",

@@ -14,3 +14,2 @@ "homepage": "https://github.com/socketio/engine.io-parser",

"babelify": "^10.0.0",
"base64-arraybuffer": "0.1.5",
"benchmark": "^2.1.4",

@@ -27,3 +26,5 @@ "eslint": "^6.8.0",

},
"dependencies": {},
"dependencies": {
"base64-arraybuffer": "0.1.4"
},
"scripts": {

@@ -30,0 +31,0 @@ "test": "npm run lint && npm run format:check && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi",

# engine.io-parser
[![Build Status](https://secure.travis-ci.org/socketio/engine.io-parser.svg?branch=master)](https://travis-ci.org/socketio/engine.io-parser)
[![Build Status](https://github.com/socketio/engine.io-parser/workflows/CI/badge.svg)](https://github.com/socketio/engine.io-parser/actions)
[![NPM version](https://badge.fury.io/js/engine.io-parser.svg)](https://npmjs.com/package/engine.io-parser)

@@ -6,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc