Socket
Socket
Sign inDemoInstall

nodejitsu-api

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejitsu-api - npm Package Compare versions

Comparing version 0.1.2-2 to 0.1.2-3

4

lib/client/client.js

@@ -48,3 +48,3 @@ /*

encoded = new Buffer(this.options.get('username') + ':' + this.options.get('password')).toString('base64'),
proxy = this.proxy;
proxy = this.options.get('proxy');

@@ -121,3 +121,3 @@ options = {

encoded,
proxy = self.options.proxy;
proxy = self.options.get('proxy');

@@ -124,0 +124,0 @@ encoded = new Buffer(this.options.get('username') + ':' + this.options.get('password')).toString('base64');

@@ -42,7 +42,8 @@ /*

// ### function create (name, snapshot, callback)
// #### @name {string} Name of the application to create a snapshot for.
// #### @snapshot {Buffer} Data for the application snapshot (tar+gzip).
// #### @appName {string} Name of the application to create a snapshot for.
// #### @snapshotName {string} Snapshot name
// #### @filename {string} Snapshot filename (`*.tgz` file)
// #### @callback {function} Continuation to pass control to when complete
// Creates a snapshot for the application with `app.name = name` using
// the `*.tgz` package data in `snapshot`.
// Creates a snapshot named `snapshotName` for the application with
// `app.name = name` using the `*.tgz` package data in `filename` file.
//

@@ -49,0 +50,0 @@ Snapshots.prototype.create = function (appName, snapshotName, filename, callback) {

{
"name": "nodejitsu-api",
"version": "0.1.2-2",
"version": "0.1.2-3",
"description": "nodejitsu API client wrapper",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/nodejitsu/nodejitsu-api",

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