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

assemble-render-file

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemble-render-file - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

README.md

8

index.js

@@ -56,5 +56,11 @@ /*!

if (file.isNull()) {
return next(null, file);
next(null, file);
return;
}
if (file.data.render === false || opts.render === false) {
next(null, file);
return;
}
if (!file.isView) file = new View(file);

@@ -61,0 +67,0 @@ files.push(file);

2

package.json
{
"name": "assemble-render-file",
"description": "Assemble plugin for rendering views in a vinyl pipeline.",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/assemble/assemble-render-file",

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

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