@produck/duck-web
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@produck/duck-web", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,4 @@ "author": "ChaosLee <chaos2lee@qq.com>", | ||
"build": "npm run build:extract && rollup -c script/rollup.config.mjs", | ||
"prepublishOnly": " npm run build" | ||
"prepublishOnly": " npm run build", | ||
"test": "npm run build:extract && mocha \"**/*.spec.mjs\" --no-diff -t 999999999" | ||
}, | ||
@@ -37,11 +38,12 @@ "bugs": { | ||
"dependencies": { | ||
"@produck/duck": "^1.0.4", | ||
"@produck/duck": "^1.0.5", | ||
"@produck/mold": "^0.3.1", | ||
"@types/node": "^18.14.0" | ||
"@types/node": "^20.4.1" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^3.17.2", | ||
"mocha": "^10.2.0", | ||
"rollup": "^3.26.2", | ||
"supertest": "^6.3.3" | ||
}, | ||
"gitHead": "8c00809f4df2ca8649c59f2a8f1f24d91b2ca4b5" | ||
"gitHead": "9be3f705f4f8d77a1f4f1c0ebcd9e001038cc1b2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10591
3
1
+ Added@types/node@20.17.16(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@18.19.74(transitive)
- Removedundici-types@5.26.5(transitive)
Updated@produck/duck@^1.0.5
Updated@types/node@^20.4.1