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.1.2 to 1.1.3

6

index.js

@@ -323,3 +323,4 @@ // modules

name: toTitleCase(id),
notes: (fileMatter.data.notes) ? md.render(fileMatter.data.notes) : ''
notes: (fileMatter.data.notes) ? md.render(fileMatter.data.notes) : '',
data: localData
};

@@ -329,3 +330,4 @@ } else {

name: toTitleCase(id.split('.')[1]),
notes: (fileMatter.data.notes) ? md.render(fileMatter.data.notes) : ''
notes: (fileMatter.data.notes) ? md.render(fileMatter.data.notes) : '',
data: localData
};

@@ -332,0 +334,0 @@ }

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