New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fabricator

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabricator - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

1

index.js

@@ -69,2 +69,3 @@ 'use strict';

//
if (!fs.existsSync(filepath)) return false;
return fs.readdirSync(filepath).map(function locate(file) {

@@ -71,0 +72,0 @@ file = path.resolve(filepath, file);

2

package.json
{
"name": "fabricator",
"version": "0.4.2",
"version": "0.4.3",
"description": "Discover collections of constructible instances from strings (filepaths), arrays or objects",

@@ -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