Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unplugin-auto-import

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-auto-import - npm Package Compare versions

Comparing version 0.9.5 to 0.10.0

43

package.json
{
"name": "unplugin-auto-import",
"version": "0.9.5",
"version": "0.10.0",
"packageManager": "pnpm@7.1.1",

@@ -74,14 +74,2 @@ "description": "Register global imports on demand for Vite and Webpack",

},
"scripts": {
"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts",
"dev": "tsup src/*.ts --watch src",
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"play": "npm -C playground run dev",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
"test:run": "vitest run"
},
"peerDependencies": {

@@ -100,3 +88,3 @@ "@vueuse/core": "*"

"magic-string": "^0.26.2",
"unimport": "^0.4.5",
"unimport": "^0.6.1",
"unplugin": "^0.7.2"

@@ -106,17 +94,28 @@ },

"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.16.3",
"@types/node": "^18.0.4",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.0.6",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.9.2",
"@vueuse/metadata": "^8.9.4",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.76.0",
"rollup": "^2.77.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vitest": "^0.18.0",
"vite": "^3.0.2",
"vitest": "^0.18.1",
"webpack": "^5.73.0"
},
"scripts": {
"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts",
"dev": "tsup src/*.ts --watch src",
"lint": "eslint .",
"lint:fix": "nr lint --fix",
"play": "npm -C playground run dev",
"release": "bumpp --commit --push --tag && pnpm publish",
"start": "esno src/index.ts",
"test": "vitest",
"test:run": "vitest run"
}
}
}

@@ -201,6 +201,8 @@ # unplugin-auto-import

// Auto import for all module exports under directories
// Auto import for module exports under directories
// by default it only scan one level of modules under the directory
dirs: [
// './hooks',
// './composables'
// './composables' // only root modules
// './composables/**', // all nested modules
// ...

@@ -207,0 +209,0 @@ ],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc