ts-structures
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "ts-structures", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "TypeScript implementation of common data structures", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# TypeScript Datastructures | ||
[![Build Status](https://travis-ci.org/GregoryAlbouy/ts-datastructures.svg?branch=master)](https://travis-ci.org/GregoryAlbouy/ts-datastructures) | ||
[![Coverage Status](https://coveralls.io/repos/github/GregoryAlbouy/ts-datastructures/badge.svg?branch=master)](https://coveralls.io/github/GregoryAlbouy/ts-datastructures?branch=master) | ||
[![Build Status](https://img.shields.io/travis/gregoryalbouy/ts-datastructures/master)](https://travis-ci.org/GregoryAlbouy/ts-datastructures) | ||
[![codecov](https://img.shields.io/codecov/c/github/gregoryalbouy/ts-datastructures)](https://codecov.io/gh/GregoryAlbouy/ts-datastructures/branch/master) | ||
[![NPM version](https://img.shields.io/npm/v/ts-structures)](https://www.npmjs.org/package/ts-structures) | ||
[![NPM downloads](https://img.shields.io/npm/dt/ts-structures)](https://www.npmjs.org/package/ts-structures) | ||
_Work in progress_ | ||
Implementation of common data structures, TypeScript pendant of my [go-datastructures repo](https://github.com/gregoryalbouy/go-datastructures). | ||
@@ -19,3 +17,3 @@ (As a huge Go enthusiast, I must admit that working with a language that support Generics is quite a relief for this kind of work) | ||
- :office: Understanding data structures | ||
- :dna: Understanding data structures | ||
- :vertical_traffic_light: Keeping clean code and good coding practices | ||
@@ -22,0 +20,0 @@ - :white_check_mark: Making relevant tests with high coverage rate |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59165
55