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

@antfu/utils

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antfu/utils - npm Package Compare versions

Comparing version

to
9.0.0

43

package.json
{
"name": "@antfu/utils",
"type": "module",
"version": "8.1.1",
"packageManager": "pnpm@10.4.0",
"version": "9.0.0",
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",

@@ -23,31 +22,13 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
".": "./dist/index.mjs"
},
"main": "dist/index.cjs",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"types": "dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "nr build --watch",
"lint": "eslint .",
"lint-fix": "nr lint --fix",
"prepublishOnly": "npm run build",
"release": "bumpp --commit --push --tag && npm publish",
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.0",
"@antfu/ni": "^23.3.1",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.13.4",

@@ -58,11 +39,19 @@ "@types/throttle-debounce": "^5.0.2",

"p-limit": "^6.2.0",
"rollup": "^4.34.7",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"throttle-debounce": "5.0.0",
"tsx": "^4.8.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.1.0",
"vitest": "^3.0.5"
},
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"lint-fix": "nr lint --fix",
"release": "bumpp && pnpm publish",
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"test": "vitest"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet