Socket
Socket
Sign inDemoInstall

indx

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

indx - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.coveralls.yml

2

index.js

@@ -1,2 +0,2 @@

require('coffee-script');
require('coffee-script/register');

@@ -3,0 +3,0 @@ var fs = require('fs'),

{
"name": "indx",
"version": "0.0.1",
"version": "0.1.0",
"author": "Jeff Escalante <hello@jenius.me>",

@@ -12,3 +12,3 @@ "description": "require_tree for node",

"dependencies": {
"coffee-script": "1.6.x",
"coffee-script": "1.7.x",
"colors": "0.6.x"

@@ -18,4 +18,10 @@ },

"mocha": "*",
"should": "*"
"should": "*",
"coveralls": "2.x",
"mocha-lcov-reporter": "0.0.1",
"istanbul": "0.2.x"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
}
}
Indx
----
[![npm](https://badge.fury.io/js/indx.png)](http://badge.fury.io/js/indx)
[![tests](https://travis-ci.org/jenius/indx.png?branch=master)](https://travis-ci.org/jenius/indx)
[![dependencies](https://david-dm.org/jenius/indx.png?theme=shields.io)](https://david-dm.org/jenius/indx)
[![coverage](https://coveralls.io/repos/jenius/indx/badge.png)](https://coveralls.io/r/jenius/indx)
Require a folder of files or other folders, instead of doing them one at a time.
> **Note:** This project is in development, and versioning is a little different. [Read this](http://markup.im/#q4_cRZ1Q) for more details.
### Why should you care?

@@ -7,0 +14,0 @@

Sorry, the diff of this file is not supported yet

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