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

configfiles

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configfiles - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

lib/normalize_files.js

@@ -44,3 +44,8 @@ module.exports = function (input) {

// if we only have an array, make it sources
if (Array.isArray(input)) {
return { src: input };
}
throw new Error('Unable to normalize files: '+input);
};

2

package.json
{
"name": "configfiles",
"description": "Get files from a configuration using globule.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/tkellen/node-configfiles",

@@ -6,0 +6,0 @@ "author": {

@@ -71,2 +71,8 @@ # configfiles [![Build Status](https://secure.travis-ci.org/tkellen/node-configfiles.png)](http://travis-ci.org/tkellen/node-configfiles)

configfiles(['test/fixtures/*.js']);
// [ { src:
// [ 'test/fixtures/1.js',
// 'test/fixtures/2.js',
// 'test/fixtures/3.js' ] } ]
configfiles({

@@ -73,0 +79,0 @@ expand: true,

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