Comparing version 2.0.0 to 2.0.1
@@ -155,6 +155,6 @@ | ||
form : data | ||
} ) | ||
.on( 'error', reject ) | ||
.on( 'data', function ( buffer ) { | ||
var data = buffer.toString(); | ||
}, function ( err, res, data ) { | ||
if ( err ) { | ||
return reject( err ); | ||
} | ||
@@ -161,0 +161,0 @@ try { |
{ | ||
"name": "wialon", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "NodeJS wrapper for Wialon Remote API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12532