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

@codycraven/data-structs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codycraven/data-structs

Common data structures for JavaScript

  • 0.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

JavaScript Data Structures

Try @codycraven/data-structs on RunKit code style: prettier Coverage Status

Common data structures for JavaScript.

Data structures

Lists

  1. Doubly Linked Lists

Queues

  1. Circular Queue

Contributing

First install dependencies:

npm install -D
  • Build:

    npm run build
    # or watch
    npm run build:watch
    
  • Test:

    npm test
    # or watch
    npm run test:watch
    
  • Lint:

    npm run lint
    

    Or better yet, install a suitable eslint extension in your code editor to receive realtime feedback while coding.

  • Format:

    npm run format
    

    This project utilizes Prettier to enforce code formatting. Install a Prettier extension in your IDE to receive on-save or on-demand formatting.

Releasing

This project uses SemVer, use the npm version command to bump the appropriate version:

npm version major
# or
npm version minor
# or
npm version patch

These commands will create the appropriate git tag to accompany it.

After the version is tagged, release it with npm:

npm publish

FAQs

Package last updated on 20 Oct 2021

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