Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sailthru-client

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sailthru-client - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

lib/sailthru.js

@@ -27,3 +27,3 @@ (function() {

exports.VERSION = '3.0.5';
exports.VERSION = '3.0.6';

@@ -30,0 +30,0 @@

{
"name": "sailthru-client",
"description": "Node.js client for Sailthru API",
"version": "3.0.5",
"version": "3.0.6",
"author": {

@@ -17,3 +17,3 @@ "name": "George Liao",

"grunt-cli": "^1.3.2",
"proxy-agent": "^3.1.0",
"proxy-agent": "^5.0.0",
"restler-base": "^3.4.6"

@@ -26,3 +26,3 @@ },

"nock": "^9.0.2",
"nodeunit": "^0.10.2"
"nodeunit": "^0.11.3"
},

@@ -29,0 +29,0 @@ "engines": {

@@ -8,3 +8,5 @@ (function() {

read: function(a,b,c,d,e,cb) { cb(null, null, b); },
close: function() {}
close: function() {},
realpath: function() {},
readFileSync: function() {}
});

@@ -11,0 +13,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc