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.2 to 0.6.0

6

index.js

@@ -128,3 +128,7 @@ /*!

output.on('end', output.emit.bind(output, 'finish'));
output.on('end', function() {
output.emit('finish');
app.emit('end');
});
return output;

@@ -131,0 +135,0 @@ });

26

package.json
{
"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.2",
"version": "0.6.0",
"homepage": "https://github.com/assemble/assemble-fs",

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

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

@@ -27,3 +29,3 @@ ],

"extend-shallow": "^2.0.1",
"is-valid-app": "^0.1.0",
"is-valid-app": "^0.2.0",
"lazy-cache": "^2.0.1",

@@ -36,10 +38,10 @@ "stream-combiner": "^0.2.2",

"buffer-equal": "^1.0.0",
"expect": "^1.20.1",
"expect": "^1.20.2",
"graceful-fs": "^4.1.4",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.2",
"rimraf": "^2.5.2",
"should": "^8.4.0",
"mocha": "^2.5.3",
"rimraf": "^2.5.3",
"should": "^9.0.2",
"sinon": "^1.17.4",
"templates": "^0.18.3",
"templates": "^0.24.0",
"vinyl": "^1.1.1"

@@ -52,2 +54,3 @@ },

"fs",
"plugin",
"system",

@@ -68,12 +71,13 @@ "vinyl"

"list": [
"verb",
"generate",
"assemble",
"assemble-loader",
"assemble-render-file",
"assemble-streams"
"assemble-streams",
"generate",
"verb"
]
},
"reflinks": [
"verb"
"verb",
"verb-readme-generator"
],

@@ -80,0 +84,0 @@ "lint": {

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