New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

main-bower-files

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

main-bower-files - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

3

lib/logger.js

@@ -9,3 +9,4 @@ require('colors');

args = args.map(function(arg, i) {
return arg[colors[i]];
var val = typeof arg === 'object' ? JSON.stringify(arg) : arg;
return val[colors[i]];
});

@@ -12,0 +13,0 @@

{
"name": "main-bower-files",
"version": "2.4.0",
"version": "2.4.1",
"description": "Get main files from your installed bower packages.",

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

@@ -197,4 +197,4 @@ main-bower-files

### filter
Type: `RegExp` or `function` Default: `null`
You can filter the list of files by a regular expression or a callback function (the first and only argument is the file path).
Type: `RegExp` or `function` or `glob` Default: `null`
You can filter the list of files by a regular expression, glob or callback function (the first and only argument is the file path).

@@ -201,0 +201,0 @@ ## LICENSE

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