sailthru-client
Advanced tools
Comparing version 3.0.2 to 3.0.4
@@ -13,3 +13,3 @@ (function() { | ||
rest = require('restler'); | ||
rest = require('restler-base'); | ||
@@ -23,3 +23,3 @@ fs = require('fs'); | ||
exports.VERSION = '3.0.2'; | ||
exports.VERSION = '3.0.4'; | ||
@@ -26,0 +26,0 @@ USER_AGENT = 'Sailthru API Node/JavaScript Client ' + exports.VERSION; |
{ | ||
"name": "sailthru-client", | ||
"description": "Node.js client for Sailthru API", | ||
"version": "3.0.2", | ||
"version": "3.0.4", | ||
"author": { | ||
@@ -16,3 +16,3 @@ "name": "George Liao", | ||
"dependencies": { | ||
"restler": "^3.4.0" | ||
"restler-base": "^3.4.6" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
(function() { | ||
var mock = require('mock-require'); | ||
mock('fs', { | ||
statSync: function() {return {size: 2}; }, | ||
open: function(a,b,c,cb) { cb(); }, | ||
read: function(a,b,c,d,cb){ cb(); }, | ||
statSync: function() { return {size: 2}; }, | ||
fstatSync: function() { return {size: 1024}; }, | ||
open: function(a,b,cb) { cb(); }, | ||
read: function(a,b,c,d,e,cb) { cb(null, null, b); }, | ||
close: function() {} | ||
@@ -8,0 +9,0 @@ }); |
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
49953
1254
8
+ Addedrestler-base@^3.4.6
+ Addediconv-lite@0.4.23(transitive)
+ Addedqs@6.5.2(transitive)
+ Addedrestler-base@3.4.6(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsax@1.4.1(transitive)
+ Addedxml2js@0.4.19(transitive)
+ Addedxmlbuilder@9.0.7(transitive)
+ Addedyaml@0.3.0(transitive)
- Removedrestler@^3.4.0
- Removediconv-lite@0.2.11(transitive)
- Removedqs@1.2.0(transitive)
- Removedrestler@3.4.0(transitive)
- Removedsax@0.5.8(transitive)
- Removedxml2js@0.4.0(transitive)
- Removedxmlbuilder@15.1.1(transitive)
- Removedyaml@0.2.3(transitive)