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.8 to 1.1.9

8

index.js

@@ -273,5 +273,11 @@ // modules

// build a glob for identifying directories
options.materials = (typeof options.materials === 'string') ? [options.materials] : options.materials;
var dirsGlob = options.materials.map(function (pattern) {
return path.dirname(pattern) + '/*/';
});
// get all directories
// do a new glob; trailing slash matches only dirs
var dirs = globby.sync(options.materials + '/').map(function (dir) {
var dirs = globby.sync(dirsGlob).map(function (dir) {
return path.normalize(dir).split(path.sep).slice(-2, -1)[0];

@@ -278,0 +284,0 @@ });

2

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