Socket
Socket
Sign inDemoInstall

hierarchy-js

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

.travis.yml

8

package.json
{
"name": "hierarchy-js",
"version": "1.0.1",
"version": "1.0.2",
"description": "Elegant and lightweight library for working with data structures",

@@ -13,3 +13,3 @@ "main": "lib/",

"start": "gulp",
"test": "jest",
"test": "jest && codecov -f 'coverage/clover.xml'",
"coverage": "jest --coverage"

@@ -42,3 +42,5 @@ },

"\\.js$": "babel-jest"
}
},
"coverageDirectory": "./coverage/",
"collectCoverage": true
},

@@ -45,0 +47,0 @@ "test": "jest",

@@ -5,2 +5,5 @@ ### HierarchyJS

[![npm version](https://badge.fury.io/js/hierarchy-js.svg)](https://badge.fury.io/js/hierarchy-js)
[![Build Status](https://travis-ci.com/maxmarinich/hierarchy-js.svg?branch=master)](https://travis-ci.com/maxmarinich/hierarchy-js)
[![codecov](https://codecov.io/gh/maxmarinich/hierarchy-js/branch/master/graph/badge.svg)](https://codecov.io/gh/maxmarinich/hierarchy-js)
#### _Features_

@@ -7,0 +10,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc