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

dest

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dest - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

utils.js

2

index.js

@@ -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._
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