Skip to content

Commit 4a1f70d

Browse files
author
Tom Atkinson
committed
2 parents 34e4bec + f9c3549 commit 4a1f70d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
3.1.2 / 2017-04-27
3+
==================
4+
5+
* [chore] Bump has-binary2 to version 1.0.2 (#70)
6+
* [fix] Fix Blob detection for iOS 8/9 (#69)
7+
28
3.1.1 / 2017-04-25
39
==================
410

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
var debug = require('debug')('socket.io-parser');
77
var Emitter = require('component-emitter');
8-
var hasBin = require('has-binary');
8+
var hasBin = require('has-binary2');
99
var binary = require('./binary');
1010
var isBuf = require('./is-buffer');
1111

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-parser",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "socket.io protocol parser",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"debug": "~2.6.4",
1616
"component-emitter": "1.2.1",
17-
"has-binary": "Nibbler999/has-binary",
17+
"has-binary2": "~1.0.2",
1818
"isarray": "2.0.1"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)