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

doublell

Package Overview
Dependencies
Maintainers
0
Versions
12
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.2 to 1.0.3

build.mjs

11

package.json
{
"name": "doublell",
"version": "1.0.2",
"version": "1.0.3",
"description": "A very minimal double linked list",
"keywords": [
"browser",
"data-structure",
"list"
"list",
"node"
],

@@ -21,3 +23,3 @@ "main": "./lib/cjs/exports.js",

"scripts": {
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json",
"build": "tsc -p tsconfig.cjs.json && node ./build.mjs",
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)",

@@ -44,2 +46,4 @@ "clean": "trash coverage dev-build docs lib",

"@typescript-eslint/parser": "^7.13.1",
"esbuild": "0.21.5",
"esbuild-plugin-tsc": "0.4.0",
"eslint-config-prettier": "^9.1.0",

@@ -54,2 +58,3 @@ "eslint-import-resolver-typescript": "^3.6.1",

"eslint": "9.5.0",
"glob": "10.4.2",
"jest-environment-jsdom": "^29.7.0",

@@ -56,0 +61,0 @@ "jest": "29.7.0",

@@ -6,3 +6,3 @@ # doublell

A very minimal Double Linked List implementation.
A very minimal Double Linked List implementation for browsers and Node.

@@ -9,0 +9,0 @@ ## Usage Examples

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