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

doublell

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doublell - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

32

package.json
{
"name": "doublell",
"version": "1.0.4",
"version": "1.0.5",
"description": "A very minimal double linked list",

@@ -38,11 +38,12 @@ "keywords": [

"devDependencies": {
"@eslint/compat": "1.1.0",
"@eslint/compat": "1.1.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.5.0",
"@eslint/js": "9.8.0",
"@types/heap": "^0.2.34",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"esbuild": "0.21.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "0.23.0",
"esbuild-plugin-tsc": "0.4.0",
"eslint": "9.8.0",
"eslint-config-prettier": "^9.1.0",

@@ -53,16 +54,15 @@ "eslint-import-resolver-typescript": "^3.6.1",

"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint": "9.5.0",
"glob": "10.4.2",
"glob": "11.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "29.7.0",
"madge": "7.0.0",
"prettier": "3.3.2",
"trash-cli": "5.0.0",
"ts-jest": "^29.1.5",
"typedoc": "^0.26.2",
"typescript": "5.5.2"
"prettier": "3.3.3",
"trash-cli": "6.0.0",
"ts-jest": "^29.2.3",
"typedoc": "^0.26.5",
"typescript": "5.5.4"
}
}

@@ -8,2 +8,7 @@ # doublell

Provided as:
- CommonJS
- ES Module
## Usage Examples

@@ -10,0 +15,0 @@

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