engine.io-parser
Advanced tools
Comparing version 2.0.2 to 2.0.3
2.0.3 / 2017-04-05 | ||
================== | ||
* (chore] Use has-binary2 (#90) | ||
2.0.2 / 2017-03-21 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -6,3 +6,3 @@ /** | ||
var keys = require('./keys'); | ||
var hasBinary = require('has-binary'); | ||
var hasBinary = require('has-binary2'); | ||
var sliceBuffer = require('arraybuffer.slice'); | ||
@@ -9,0 +9,0 @@ var after = require('after'); |
@@ -6,3 +6,3 @@ /** | ||
var utf8 = require('./utf8'); | ||
var hasBinary = require('has-binary'); | ||
var hasBinary = require('has-binary2'); | ||
var after = require('after'); | ||
@@ -9,0 +9,0 @@ var keys = require('./keys'); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"homepage": "https://github.com/socketio/engine.io-parser", | ||
@@ -20,3 +20,3 @@ "devDependencies": { | ||
"blob": "0.0.4", | ||
"has-binary": "0.1.7" | ||
"has-binary2": "1.0.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44989
+ Addedhas-binary2@1.0.1
+ Addedhas-binary2@1.0.1(transitive)
+ Addedisarray@2.0.1(transitive)
- Removedhas-binary@0.1.7
- Removedhas-binary@0.1.7(transitive)
- Removedisarray@0.0.1(transitive)