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

lill

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lill - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "lill",
"description": "Lightweight linked list implementation with small memory footprint.",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "keywords": [

@@ -5,3 +5,3 @@ # LiLL - Light Linked List

[![Build Status](https://travis-ci.org/FredyC/lill.svg)](https://travis-ci.org/FredyC/lill)[![Dependencies status](https://david-dm.org/FredyC/lill/status.svg)](https://david-dm.org/FredyC/lill#info=dependencies)[![devDependency Status](https://david-dm.org/FredyC/lill/dev-status.svg)](https://david-dm.org/FredyC/lill#info=devDependencies)
[![Build Status](https://travis-ci.org/BlackDice/lill.svg)](https://travis-ci.org/BlackDice/lill)[![Dependencies status](https://david-dm.org/BlackDice/lill/status.svg)](https://david-dm.org/BlackDice/lill#info=dependencies)[![devDependency Status](https://david-dm.org/BlackDice/lill/dev-status.svg)](https://david-dm.org/BlackDice/lill#info=devDependencies)

@@ -108,2 +108,2 @@ [![NPM](https://nodei.co/npm/lill.png)](https://nodei.co/npm/lill/)

LiLL is fully tested. You can check out the result of the tests at [Travis CI](https://travis-ci.org/FredyC/lill) or clone repository for yourself, run `npm install` first and then `npm test`.
LiLL is fully tested. You can check out the result of the tests at [Travis CI](https://travis-ci.org/BlackDice/lill) or clone repository for yourself, run `npm install` first and then `npm test`.
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