New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-linked-list

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-linked-list - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

22

package.json
{
"name": "ts-linked-list",
"version": "0.0.2",
"description": "A doubly linked list implementation",
"version": "0.0.4",
"description": "A doubly linked list written in TypeScript",
"keywords": [
"doubly linked list",
"linked list",
"typescript"
],
"homepage": "https://tuelsch.github.io/ts-linked-list/",
"repository": {
"type": "git",
"url": "https://github.com/tuelsch/ts-linked-list.git"
},
"bugs": {
"url": "https://github.com/tuelsch/ts-linked-list/issues"
},
"main": "dist/index.js",

@@ -20,3 +33,6 @@ "min": "dist/index.min.js",

"test:watch": "jest --watchAll",
"doc": "typedoc --theme minimal --out ./doc ./src"
"doc": "typedoc --theme minimal --out ./doc ./src",
"preversion": "yarn test",
"postversion": "git push --tags && npm publish",
"deploy-patch": "yarn version --patch --force -m \"version %s\""
},

@@ -23,0 +39,0 @@ "devDependencies": {

8

README.md

@@ -5,3 +5,3 @@ # ts-linked-list

## Installation
Creating and publishing linked lists is quite popular, so the package name and all imaginable alternatives to it are already taken.
Use `npm` or `yarn` or add the library as a script from the unpkg CDN.

@@ -11,2 +11,6 @@ ```shell

```
or
```html
<script src="https://unpkg.com/ts-linked-list/dist/index.min.js"></script>
```

@@ -28,3 +32,3 @@ ## Usage

## Documentation
Detailed documentation is available at https://tuelsch.github.io/linked-list/.
Detailed documentation is available at https://tuelsch.github.io/ts-linked-list/.

@@ -31,0 +35,0 @@ This is automatically generated from jsDoc-like comments by TypeDoc, a documentation generator specifically written for TypeScript.

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