Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "incnum", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "increment numbers in array. this can make multiple depth for-loop single.", | ||
"main": "index.js", | ||
"scripts": { | ||
"make": "tsc" | ||
"make": "tsc && webpack", | ||
"test": "jest" | ||
}, | ||
@@ -22,3 +23,8 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/r22n/incnum#readme" | ||
} | ||
"homepage": "https://github.com/r22n/incnum#readme", | ||
"devDependencies": { | ||
"jest": "^29.5.0", | ||
"webpack": "^5.76.0", | ||
"webpack-cli": "^5.0.1" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
16613
9
208
3
1