Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-unwatched-tree

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-unwatched-tree - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js
// Originally implemented by @joliss in `broccoli-bower`
// https://github.com/joliss/broccoli-bower/blob/ea0eec5c5fa736dc3744f3a7bb0b304b7ac9976e/index.js#L10-L12
function UnwatchedTree (dir) {
function UnwatchedTree (dir) {
if (!(this instanceof UnwatchedTree)) { return new UnwatchedTree(dir); }
this.dir = dir;

@@ -6,0 +8,0 @@ this.description = 'Unwatched - ' + dir;

{
"name": "broccoli-unwatched-tree",
"version": "0.1.0",
"version": "0.1.1",
"description": "Broccoli utlility for creating Trees that are not watched by the standard Broccoli::Watcher, but behave like standard trees.",

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