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

include-all

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

include-all - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

Readme.md

2

index.js
var fs = require('fs');
var _ = {};
_.str = require('underscore.string');

@@ -3,0 +5,0 @@ // Returns false if the directory doesn't exist

5

package.json
{
"name": "include-all",
"version": "0.0.5",
"version": "0.0.6",
"description": "An easy way to include all node.js modules within a directory. This is a fork of felixge's awesome module, require-all (https://github.com/felixge/node-require-all) which adds the ability to mark an include as **optional**.",

@@ -23,2 +23,5 @@ "main": "index.js",

],
"dependencies": {
"underscore.string": "2.3.1"
},
"author": "felixge+thlorenz, adapted by Mike McNeil",

@@ -25,0 +28,0 @@ "license": "MIT",

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