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

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

live-tree - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

13

CHANGES.md
# Changes
## v0.3.0
## 1.0.0
- Use `min-iterator` 1.0
- Use `live-list` 1.0
- Simplify build by using Mochify
- Run tests in real browsers with SauceLabs
## 0.3.0
- Added `removeAll`
## v0.2.0
## 0.2.0

@@ -14,4 +21,4 @@ - Iterator now inherits from [min-iterator][] and therefore supports

## v0.1.0
## 0.1.0
- Initial release
{
"name" : "live-tree",
"version" : "0.3.0",
"version" : "1.0.0",
"description" : "Fast tree with live iterator",

@@ -10,7 +10,9 @@ "keywords" : ["tree", "iterator"],

"engines" : {
"node" : ">=0.8"
"node" : ">=0.10"
},
"scripts" : {
"start" : "mocha --watch",
"test" : "make"
"start" : "mochify --watch --node --cover",
"lint" : "jslint --color \"**/*.js\"",
"wd" : "mochify --wd",
"test" : "npm run lint && mocha && mochify --cover"
},

@@ -22,14 +24,10 @@ "repository" : {

"dependencies" : {
"live-list" : "~0.3.0",
"min-iterator" : "~0.1.0",
"inherits" : "~2.0.1"
"live-list" : "^1.0",
"min-iterator" : "^1.0",
"inherits" : "^2.0"
},
"devDependencies" : {
"mocha" : ">=1.17 <2",
"jslint" : "~0.2.6",
"browserify" : ">=3.19 <4",
"coverify" : "~1.0.4",
"mocaccino" : "~0.1.1",
"consolify" : "~0.7.0",
"phantomic" : "~0.2.1"
"mocha" : "^1.21",
"jslint" : "^0.6",
"mochify" : "^1.1"
},

@@ -36,0 +34,0 @@ "files" : ["lib", "README.md", "CHANGES.md", "LICENSE"],

@@ -1,10 +0,10 @@

# live-tree.js [![Build Status](https://secure.travis-ci.org/mantoni/live-tree.js.png?branch=master)](http://travis-ci.org/mantoni/live-tree.js)
# live-tree.js
[![Build Status]](https://travis-ci.org/mantoni/live-tree.js)
[![SemVer]](http://semver.org)
[![License]](https://github.com/mantoni/live-tree.js/blob/master/LICENSE)
Fast tree with live iterator. The tree can be modified
while iterating over the nodes.
Repository: <https://github.com/mantoni/live-tree.js>
---
## Install with npm

@@ -78,1 +78,4 @@

[Build Status]: http://img.shields.io/travis/mantoni/live-tree.js.svg
[SemVer]: http://img.shields.io/:semver-%E2%9C%93-brightgreen.svg
[License]: http://img.shields.io/npm/l/live-tree.svg

Sorry, the diff of this file is not supported yet

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