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

broccoli-flatiron

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-flatiron - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -34,3 +34,3 @@ var fs = require("fs"),

Array.prototype.forEach.call(entries, function(entry) {
if (fs.lstatSync(path.join(srcDir, entry)).isDirectory())
if (fs.statSync(path.join(srcDir, entry)).isDirectory())
obj[entry] = readDirectory(path.join(srcDir, entry));

@@ -37,0 +37,0 @@ else

{
"name": "broccoli-flatiron",
"version": "0.1.1",
"version": "0.1.2",
"description": "Broccoli plugin to create json objects from directory structures",

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