Comparing version 1.0.4 to 1.0.5
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
45
1
33074
20
500