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

asset-builder-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asset-builder-cli - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

3

index.js

@@ -75,2 +75,5 @@ 'use strict';

var dep = manifest.globs[key];
if (key === 'bower' && !argv['show-bower']) {
return;
}
console.log(

@@ -77,0 +80,0 @@ chalk.magenta(key)

2

package.json
{
"name": "asset-builder-cli",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Pretty visualizatoins for asset-builder",

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

@@ -11,2 +11,3 @@ # asset-builder-cli

* `-m=<path>` or `--manifest=<path>` specify path to manifest file.
* `--show-bower` show a raw list of the bower dependencies from main-bower-files

@@ -13,0 +14,0 @@ ## Commands

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