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

requireindex

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requireindex - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

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

if ((filename === 'index.js') ||
(filename === 'index.coffee') ||
(filename[0] === '_')) {
return;
}
if ((filename === 'index.js') || (filename[0] === '_')) { return; }

@@ -17,0 +13,0 @@ filename = path.basename(filename, path.extname(filename));

4

package.json
{
"name": "requireindex",
"description": "Write minimal node index.js/index.coffee files that require and export siblings by file basename",
"description": "Write minimal node index.js files that require and export siblings by file basename",
"version": "0.1.1",
"version": "0.1.2",

@@ -8,0 +8,0 @@ "license" : "MIT",

# Description
Write minimal node index.js/index.coffee files that require and export siblings by file basename
Write minimal node index.js files that require and export siblings by file basename
# Latest Version
0.1.1
0.1.2

@@ -20,3 +20,3 @@ # Installation

"dependencies": {
"requireindex": "~0.1.1"
"requireindex": "~0.1.2"
}

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

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