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.5 to 1.0.6

6

index.js

@@ -371,2 +371,5 @@ // modules

var fileMatter = matter.read(file),
fileData = _.omit(fileMatter.data, 'notes');
// if this file is part of a collection

@@ -383,3 +386,4 @@ if (collection) {

assembly.views[collection].items[id] = {
name: changeCase.titleCase(id)
name: changeCase.titleCase(id),
data: fileData
};

@@ -386,0 +390,0 @@

2

package.json
{
"name": "fabricator-assemble",
"version": "1.0.5",
"version": "1.0.6",
"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