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

assemble-fs

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-fs - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

14

index.js

@@ -157,16 +157,16 @@ /*!

// disable default `onLoad` handling inside templates
file.options = utils.extend({ onLoad: false }, file.options);
file.options = utils.extend({ onLoad: false }, options, file.options);
if (app.isApp) {
view = collection.addView(file.path, file);
file = collection.addView(file.path, file);
} else if (app.isCollection || app.isViews) {
view = app.addView(file.path, file);
file = app.addView(file.path, file);
} else if (app.isList) {
view = app.setItem(file.path, file);
file = app.setItem(file.path, file);
} else {
return next(new Error('assemble-fs expects an instance, collection or view'));
next(new Error('assemble-fs expects an instance, collection or view'));
return;
}
view.options = utils.extend({}, options, view.options);
next(null, view);
next(null, file);
});

@@ -173,0 +173,0 @@

{
"name": "assemble-fs",
"description": "Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.",
"version": "0.7.0",
"version": "0.8.0",
"homepage": "https://github.com/assemble/assemble-fs",

@@ -14,4 +14,2 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"index.js",
"LICENSE",
"README.md",
"utils.js"

@@ -29,7 +27,7 @@ ],

"extend-shallow": "^2.0.1",
"is-valid-app": "^0.2.0",
"lazy-cache": "^2.0.1",
"is-valid-app": "^0.2.1",
"lazy-cache": "^2.0.2",
"stream-combiner": "^0.2.2",
"through2": "^2.0.1",
"vinyl-fs": "github:doowb/vinyl-fs#write-file"
"through2": "^2.0.3",
"vinyl-fs": "^2.4.4"
},

@@ -41,12 +39,11 @@ "devDependencies": {

"expect": "^1.20.2",
"from2": "^2.1.1",
"graceful-fs": "^4.1.4",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3",
"readable-stream": "^2.1.4",
"rimraf": "^2.5.3",
"should": "^9.0.2",
"sinon": "^1.17.4",
"templates": "^0.24.0",
"vinyl": "^1.1.1"
"from2": "^2.3.0",
"graceful-fs": "^4.1.11",
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0",
"rimraf": "^2.5.4",
"should": "^11.1.2",
"sinon": "^1.17.6",
"templates": "^1.0.0",
"vinyl": "^2.0.1"
},

@@ -53,0 +50,0 @@ "keywords": [

@@ -1,4 +0,4 @@

# assemble-fs [![NPM version](https://img.shields.io/npm/v/assemble-fs.svg?style=flat)](https://www.npmjs.com/package/assemble-fs) [![NPM downloads](https://img.shields.io/npm/dm/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![Build Status](https://img.shields.io/travis/assemble/assemble-fs.svg?style=flat)](https://travis-ci.org/assemble/assemble-fs)
# assemble-fs [![NPM version](https://img.shields.io/npm/v/assemble-fs.svg?style=flat)](https://www.npmjs.com/package/assemble-fs) [![NPM monthly downloads](https://img.shields.io/npm/dm/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![NPM total downloads](https://img.shields.io/npm/dt/assemble-fs.svg?style=flat)](https://npmjs.org/package/assemble-fs) [![Linux Build Status](https://img.shields.io/travis/assemble/assemble-fs.svg?style=flat&label=Travis)](https://travis-ci.org/assemble/assemble-fs)
Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.
> Assemble plugin to add methods to assemble for working with the file system, like src, dest, copy and symlink.

@@ -57,2 +57,9 @@ ## Install

### Contributors
| **Commits** | **Contributor**<br/> |
| --- | --- |
| 79 | [jonschlinkert](https://github.com/jonschlinkert) |
| 11 | [doowb](https://github.com/doowb) |
### Building docs

@@ -86,6 +93,6 @@

Copyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT license](https://github.com/assemble/assemble-fs/blob/master/LICENSE).
Released under the [MIT license](LICENSE).
***
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on July 21, 2016._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.1, on December 29, 2016._
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