You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

socket.io-parser

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.4 to 2.2.5

LICENSE

6

History.md
2.2.5 / 2015-11-21
==================
* package: bump debug
* update JSON3 to 3.3.2
2.2.4 / 2015-03-03

@@ -3,0 +9,0 @@ ==================

8

package.json
{
"name": "socket.io-parser",
"version": "2.2.4",
"version": "2.2.5",
"description": "socket.io protocol parser",

@@ -10,4 +10,4 @@ "repository": {

"dependencies": {
"debug": "0.7.4",
"json3": "3.2.6",
"debug": "2.2.0",
"json3": "3.3.2",
"component-emitter": "1.1.2",

@@ -20,3 +20,3 @@ "isarray": "0.0.1",

"expect.js": "0.2.0",
"zuul": "1.6.3"
"zuul": "3.7.3"
},

@@ -23,0 +23,0 @@ "scripts": {

# socket.io-parser
[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-parser.svg)](http://travis-ci.org/Automattic/socket.io-parser)
[![Build Status](https://secure.travis-ci.org/socketio/socket.io-parser.svg)](http://travis-ci.org/socketio/socket.io-parser)
[![NPM version](https://badge.fury.io/js/socket.io-parser.svg)](http://badge.fury.io/js/socket.io-parser)
A socket.io encoder and decoder written in JavaScript complying with version `3`
of [socket.io-protocol](https://github.com/learnboost/socket.io-protocol).
Used by [socket.io](https://github.com/learnboost/socket.io) and
[socket.io-client](https://github.com/learnboost/socket.io-client).
of [socket.io-protocol](https://github.com/socketio/socket.io-protocol).
Used by [socket.io](https://github.com/automattic/socket.io) and
[socket.io-client](https://github.com/automattic/socket.io-client).

@@ -12,0 +12,0 @@ ## Parser API

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc