Socket
Socket
Sign inDemoInstall

sauce

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sauce - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/sauce.js

@@ -13,7 +13,7 @@ var fs = require('fs');

this.username = "" || sauceObj.username;
this.accesskey = "" || sauceObj.accesskey;
this.accessKey = "" || sauceObj.accessKey;
}
sauce.prototype.creds = function(cb) {
return {username: this.username, accesskey: this.accesskey};
return {username: this.username, accessKey: this.accessKey};
}

@@ -5,3 +5,3 @@ {

, "tags" : ["web", "sauce"]
, "version" : "0.0.3"
, "version" : "0.0.4"
, "author" : "Adam Christian <adam.christian@gmail.com>"

@@ -8,0 +8,0 @@ , "repository" :

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