Socket
Socket
Sign inDemoInstall

fabricator-assemble

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabricator-assemble - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -486,5 +486,5 @@ // modules

// build filePath
var dirname = path.dirname(file).split(path.sep).pop(),
var dirname = path.normalize(path.dirname(file)).split(path.sep).pop(),
collection = (dirname !== 'views') ? dirname : '',
filePath = path.join(options.dest, collection, path.basename(file));
filePath = path.normalize(path.join(options.dest, collection, path.basename(file)));

@@ -491,0 +491,0 @@ // get page gray matter and content

{
"name": "fabricator-assemble",
"version": "1.0.3",
"version": "1.0.4",
"description": "The assembly engine behind Fabricator",

@@ -5,0 +5,0 @@ "main": "index.js",

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