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

anvil-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anvil-cli - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

lib/anvil.js

@@ -41,3 +41,6 @@ /**

[choose(source), source, first, Object.create(opts)] // compile the app using the buildpack
], fn);
], function(err, res) {
if (err) return fn(err);
fn(null, res[1], res[2]);
});
};

@@ -44,0 +47,0 @@

4

lib/util.js

@@ -40,3 +40,3 @@ /**

if (exit !== '0') return fn(new Error('build exited with status ' + exit));
fn(null, slug, cache);
fn(null, [slug, cache]);
});

@@ -54,5 +54,5 @@ });

if (exit !== '0') return fn(new Error('build exited with status ' + exit));
fn(null, slug, cache);
fn(null, [slug, cache]);
});
}
}
{
"name": "anvil-cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Anvil client for node",

@@ -5,0 +5,0 @@ "main": "index.js",

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