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

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.1.3 to 1.1.4

4

index.js

@@ -472,3 +472,3 @@ // modules

var dirname = path.normalize(path.dirname(file)).split(path.sep).pop(),
collection = (dirname !== 'views') ? dirname : '';
collection = (dirname !== options.keys.views) ? dirname : '';

@@ -602,3 +602,3 @@ var fileMatter = getMatter(file),

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

@@ -605,0 +605,0 @@

{
"name": "fabricator-assemble",
"version": "1.1.3",
"version": "1.1.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