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

bitballoon

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitballoon - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

6

lib/site.js

@@ -182,6 +182,4 @@ var path = require("path"),

if (attributes.dir) {
createFromDir(this.client, attributes.dir, this.id, cb);
} else if (attributes.zip) {
createFromZip(this.client, attributes.zip, this.id, cb);
if (attributes.dir || attributes.zip) {
this.createDeploy(attributes, cb);
} else {

@@ -188,0 +186,0 @@ this.client.update({model: Site, element: this, attributes: attributesForUpdate(attributes)}, cb);

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

"description": "BitBalloon API client",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

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

Sorry, the diff of this file is too big to display

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