Socket
Socket
Sign inDemoInstall

simple-double-linked-list

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "simple-double-linked-list",
"version": "1.0.1",
"version": "1.0.2",
"description": "I am a simple man. I don’t need any insane magic lists with thousands of lines of never used methods. I just need a light, easy to use and reliable double linked list with comfortable iterator. Do you want the same think? Well nice, because I made one!",
"main": "dist/list.js",
"typings": "dist/list.d.ts",
"main": "dist/src/list.js",
"typings": "dist/src/list.d.ts",
"scripts": {

@@ -31,4 +31,4 @@ "build": "tsc",

"dependencies": {
"assert-testing": "^1.0.5"
"assert-testing": "^1.0.8"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc