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.12.2 to 0.12.3

5

HISTORY.md
0.12.3 / 2016-06-11
===================
* fixing recursive loop during clone
0.12.2 / 2016-06-11

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

5

lib/file.js

@@ -8,2 +8,3 @@

let omit = require('object.omit');
let relative = require('relative');
let Vinyl = require('vinyl');

@@ -25,3 +26,3 @@

constructor(params, tree) {
debug('initialize %j', params);
debug('initialize with %s', params);
if (typeof params === 'string') {

@@ -188,3 +189,3 @@ super({ path: params });

clone(tree) {
debug('cloning %s', this);
debug('cloning %s', relative(this.path));
let file = new File(this, tree || this.tree);

@@ -191,0 +192,0 @@ return Object.assign(file, omit(this, [

2

package.json
{
"name": "mako-tree",
"version": "0.12.2",
"version": "0.12.3",
"main": "./lib/tree",

@@ -5,0 +5,0 @@ "description": "The build tree structure used internally by mako",

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