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.5.0 to 0.5.1

3

index.js

@@ -148,3 +148,4 @@ /*!

if (file.isNull()) {
return next();
next(null, file);
return;
}

@@ -151,0 +152,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.5.0",
"version": "0.5.1",
"homepage": "https://github.com/assemble/assemble-fs",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

@@ -89,2 +89,2 @@ # 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)

_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 24, 2016._
_This file was generated by [verb](https://github.com/verbose/verb), v0.9.0, on May 25, 2016._

@@ -28,3 +28,3 @@ 'use strict';

utils.isValid = function(app, types) {
utils.isValid = function(app) {
if (!utils.isValidInstance(app, ['app', 'views', 'collection'])) {

@@ -31,0 +31,0 @@ return false;

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