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

mako-tree

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mako-tree - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

HISTORY.md
0.3.2 / 2015-10-27
==================
* only create new file objects if needed
0.3.1 / 2015-10-26

@@ -3,0 +8,0 @@ ==================

6

lib/tree.js

@@ -22,4 +22,6 @@

debug('adding node: %s', location);
let file = new File(location, this);
this.graph.ensureVertex(location, file);
if (!this.hasFile(location)) {
let file = new File(location, this);
this.graph.addNewVertex(location, file);
}
return this.getFile(location);

@@ -26,0 +28,0 @@ }

{
"name": "mako-tree",
"version": "0.3.1",
"version": "0.3.2",
"description": "The build tree structure used internally by mako",

@@ -5,0 +5,0 @@ "repository": "makojs/tree",

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