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

@lisba/data-structures-js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lisba/data-structures-js - npm Package Compare versions

Comparing version

to
0.2.4

jest.config.cjs

4

package.json
{
"name": "@lisba/data-structures-js",
"version": "0.2.3",
"version": "0.2.4",
"description": "Common data structures implementation in Javascript.",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "jest --config jest.config.js",
"test": "jest --config jest.config.cjs",
"lint": "eslint ./",

@@ -13,0 +13,0 @@ "format": "prettier ./ --write .",