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.2 to 0.3.3

7

lib/normalize_files.js

@@ -0,1 +1,3 @@

const flatten = require('flatten');
module.exports = function (input) {

@@ -19,4 +21,5 @@

} else {
// otherwise files is fully expanded already, and we can just return it
return files;
// otherwise files is fully expanded already, and we can just
// flatten and return it
return flatten(files);
}

@@ -23,0 +26,0 @@ }

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

@@ -28,7 +28,8 @@ "author": {

"scripts": {
"test": "tap ./test/*.js"
"test": "mocha -R spec test/*.js"
},
"dependencies": {
"globule": "~0.2.0",
"clone": "~0.1.11"
"clone": "~0.1.11",
"flatten": "~0.0.1"
},

@@ -47,4 +48,6 @@ "keywords": [

"devDependencies": {
"tap": "~0.4.8"
"chai": "^1.9.0",
"mocha": "^1.17.1",
"lodash.flatten": "^2.4.1"
}
}
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