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

autorequire

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autorequire - npm Package Compare versions

Comparing version 0.2.10 to 0.3.0

7

package.json
{
"name": "autorequire",
"version": "0.2.10",
"version": "0.3.0",
"description": "Automatically requires source for a module/project, provided you follow a convention.",

@@ -24,4 +24,7 @@ "keywords": ["require", "autorequire", "autoload", "modules", "load", "loader"],

"testedEngines": {
"node": ">= 0.4.0 <= 0.4.12 || >= 0.5.0 <= 0.5.10 || >= 0.6.0 <= 0.6.7"
},
"engines": {
"node": ">= 0.4.0 <= 0.4.12 || >= 0.5.0 <= 0.5.10 || >= 0.6.0 <= 0.6.6"
"node": ">= 0.4.0 < 0.7.0"
},

@@ -28,0 +31,0 @@ "dependencies": {},

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

# Autorequire
# Autorequire [![Build Status](https://secure.travis-ci.org/nevir/node-autorequire.png)](http://travis-ci.org/nevir/node-autorequire)
[![Build Status](https://secure.travis-ci.org/nevir/node-autorequire.png)](http://travis-ci.org/nevir/node-autorequire)
Autorequire provides a means of defining a consistent file and directory structure for your Node.js

@@ -6,0 +4,0 @@ packages. It does not force any one structure upon you - instead, it provides common

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