Socket
Socket
Sign inDemoInstall

@hapi/topo

Package Overview
Dependencies
1
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.2

4

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

@@ -11,0 +7,0 @@

12

package.json
{
"name": "@hapi/topo",
"description": "Topological sorting with grouping support",
"version": "3.1.0",
"version": "3.1.2",
"repository": "git://github.com/hapijs/topo",

@@ -14,13 +14,13 @@ "main": "lib/index.js",

"dependencies": {
"@hapi/hoek": "6.x.x"
"@hapi/hoek": "8.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "18.x.x"
"@hapi/code": "5.x.x",
"@hapi/lab": "19.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 @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}

@@ -0,1 +1,3 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# topo

@@ -7,4 +9,2 @@

Lead Maintainer: [Devin Ivy](https://github.com/devinivy)
## Usage

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc