New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

requiredir

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requiredir - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

6

CHANGELOG.md
Change Log
==============
## 2015-06-30 ##
* npm package version updated to 1.0.7
* Updated package devDependencies
* Added License to package.json.
* Updated Travis-ci to test v0.6-v0.12
* Updated copyright date in README.

@@ -4,0 +10,0 @@ ## 2012-07-12 ##

20

package.json
{
"name": "requiredir",
"version": "1.0.6",
"version": "1.0.7",
"author": "James Eggers <james.r.eggers@gmail.com> (http://www.jamesreggers.com/)",
"description": "A module for importing a directory of Node.js modules and adding them into an array or as properties of the module variable.",
"homepage": "https://github.com/JamesEggers1/node-requiredir",
"license": "MIT",
"repository": {

@@ -13,8 +14,11 @@ "type": "git",

"engines": {
"node": ">= 0.6.x"
"node": ">= 0.6"
},
"scripts": {
"test": "mocha ./tests/requiredir-tests.js -R spec"
"test": "mocha ./tests/requiredir-tests.js -R spec"
},
"keywords": [ "require", "require directory"],
"keywords": [
"require",
"require directory"
],
"bugs": {

@@ -24,6 +28,6 @@ "url": "https://github.com/JamesEggers1/node-requiredir/issues"

"devDependencies": {
"mocha": "1.2.1",
"should": "0.6.3",
"rimraf": "2.0.2"
"mocha": "1.21.5",
"rimraf": "2.0.2",
"should": "5.0.1"
}
}
}

2

README.md

@@ -40,3 +40,3 @@ requiredir [![Build Status](https://secure.travis-ci.org/JamesEggers1/node-requiredir.png)](http://travis-ci.org/JamesEggers1/node-requiredir)

Copyright (c) 2012 James Eggers
Copyright (c) 2015 James Eggers

@@ -43,0 +43,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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