Comparing version 0.3.0 to 0.3.1
@@ -241,5 +241,5 @@ 'use strict'; | ||
/** | ||
* Expose `normalize` | ||
* Expose `dest` | ||
*/ | ||
module.exports.normalize = normalize; |
{ | ||
"name": "dest", | ||
"description": "Plugin for Template, for writing a file to the file system.", | ||
"version": "0.3.0", | ||
"description": "Customized implementation of the dest method from vinyl.", | ||
"version": "0.3.1", | ||
"homepage": "https://github.com/jonschlinkert/dest", | ||
@@ -13,3 +13,4 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"utils.js" | ||
], | ||
@@ -57,3 +58,9 @@ "main": "index.js", | ||
"write" | ||
] | ||
], | ||
"verb": { | ||
"related": { | ||
"description": "", | ||
"list": [] | ||
} | ||
} | ||
} |
# dest [![NPM version](https://badge.fury.io/js/dest.svg)](http://badge.fury.io/js/dest) | ||
> Plugin for Template, for writing a file to the file system. | ||
> Customized implementation of the dest method from vinyl. | ||
@@ -56,2 +56,2 @@ Nothing to see yet. This is an experiment to create a `dest` plugin for [template](https://github.com/jonschlinkert/template) with the following options: | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on September 14, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 29, 2015._ |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
9727
5
233
56
3