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

estructura

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estructura

JavaScript Data Structures written for Node.js

  • 0.1.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by900%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

Estructura

Data Structures written in JavaScript for Node.js

Please feel free to open an Issue for Features, new Data Structures etc.


Overview

Note: the Double Linked List should NOT be used anymore. Use the Doubly Linked List instead.


Installation

npm install estructura --save

Testing & Code Coverage

git clone https://github.com/airliti/estructura.git

The repository on GitHub is only containing the code which is using the latest version of JavaScript. But to keep it compatible with at least Node.js version 6.10.2, Grunt and Babel are being used to transpile the code to valid EcmaScript 2015 code.

npm install

The npm install command will install Babel and Grunt for the ES6 version of Estructura. Then execute the grunt build command to create the package used for the NPM release.

grunt build

Go to the newly created package folder and run the npm install command to install Mocha, Chai and Istanbul.

cd package

npm install

If you just want to verify whether the src code is working. Go to that directory and install the devDependencies and dependencies with:

cd src

npm install

Once you've chosen either the src or package version, go to that specific folder and execute the Unit Tests with:

npm test

And to get a report on Code Coverage, use:

npm run coverage

Keywords

FAQs

Package last updated on 03 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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