cognitive-js
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "cognitive-js", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -10,3 +10,5 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"test": "jest", | ||
"test:debug": "jest --runInBand", | ||
"lint": "standard ./lib", | ||
@@ -21,14 +23,13 @@ "lint:fix": "standard --fix ./lib", | ||
}, | ||
"type": "module", | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.18.6", | ||
"@types/jest": "^29.2.1", | ||
"@types/lodash": "^4.14.187", | ||
"babel-jest": "^29.1.2", | ||
"jest": "^29.1.2", | ||
"standard": "^17.0.0" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.[t|j]sx?$": "babel-jest" | ||
} | ||
"jest": "^29.2.2", | ||
"standard": "^17.0.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"ts-node-dev": "^2.0.0", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
# cognitive-js | ||
# cognitive-ts | ||
Data structure utilities |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
17274
22
615
9
No