Socket
Socket
Sign inDemoInstall

@slimlib/list

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

11

package.json
{
"type": "module",
"version": "1.0.9",
"version": "1.0.10",
"name": "@slimlib/list",

@@ -13,2 +13,4 @@ "description": "Doubly linked list",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",

@@ -36,8 +38,3 @@ "default": "./dist/index.mjs"

"doubly linked list"
],
"scripts": {
"build": "pkgbld-internal --umd=index",
"test": "jest --collectCoverage",
"lint": "eslint ./src"
}
]
}
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