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

export-dirs

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

export-dirs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

.verb.md

@@ -17,8 +17,5 @@ # {%= name %} {%= badge("fury") %}

```js
var exportDirs = require('{%= name %}');
module.exports = require('{%= name %}')(__dirname);
```
## API
{%= comments("index.js") %}
## Contributing

@@ -25,0 +22,0 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %})

15

package.json
{
"name": "export-dirs",
"description": "node.js utility for exporting directories as modules.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/export-dirs",

@@ -35,9 +35,8 @@ "author": {

"keywords": [
"docs",
"documentation",
"generate",
"generator",
"markdown",
"templates",
"verb"
"export",
"exports",
"file",
"files",
"module",
"modules"
],

@@ -44,0 +43,0 @@ "dependencies": {

@@ -21,8 +21,5 @@ # export-dirs [![NPM version](https://badge.fury.io/js/export-dirs.svg)](http://badge.fury.io/js/export-dirs)

```js
var exportDirs = require('export-dirs');
module.exports = require('export-dirs')(__dirname);
```
## API
## Contributing

@@ -44,2 +41,2 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/export-dirs/issues)

_This file was generated by [verb](https://github.com/jonschlinkert/verb) on November 13, 2014._
_This file was generated by [verb](https://github.com/assemble/verb) on November 13, 2014._
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