Socket
Socket
Sign inDemoInstall

topo

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

topo - npm Package Compare versions

Comparing version 2.0.2 to 2.1.1

LICENSE.md

14

lib/index.js
'use strict';
// Load modules
const Hoek = require('hoek');
// Declare internals
const internals = {};

@@ -40,7 +36,7 @@

seq: this._items.length,
sort: sort,
before: before,
after: after,
group: group,
node: node
sort,
before,
after,
group,
node
};

@@ -47,0 +43,0 @@

{
"name": "topo",
"description": "Topological sorting with grouping support",
"version": "2.0.2",
"version": "2.1.1",
"repository": "git://github.com/hapijs/topo",
"engines": {
"node": ">=6.0.0"
},
"main": "lib/index.js",

@@ -13,5 +16,2 @@ "keywords": [

],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {

@@ -21,10 +21,10 @@ "hoek": "4.x.x"

"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"lab": "14.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
"test": "lab -a code -t 100 -L -l",
"test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html -l"
},
"license": "BSD-3-Clause"
"license": "SEE LICENSE IN LICENSE.md"
}

@@ -5,6 +5,8 @@ # topo

[![Build Status](https://secure.travis-ci.org/hapijs/topo.svg?branch=master)](http://travis-ci.org/hapijs/topo)
[![Build Status](https://travis-ci.org/hapijs/topo.svg?branch=v2-commercial)](https://travis-ci.org/hapijs/topo)
Lead Maintainer: [Devin Ivy](https://github.com/devinivy)
## License
This version of the package requires a commercial license. You may not use, copy, or distribute it without first acquiring a commercial license from Sideway Inc. Using this software without a license is a violation of US and international law. To obtain a license, please contact [sales@sideway.com](mailto:sales@sideway.com). The open source version of this package can be found [here](https://github.com/hapijs/topo).
## Usage

@@ -11,0 +13,0 @@

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