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.4 to 0.9.5

43

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

@@ -74,2 +74,14 @@ "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": {

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

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

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

"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.0.6",
"@antfu/ni": "^0.16.3",
"@types/node": "^18.0.4",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.9.4",
"@vueuse/metadata": "^8.9.2",
"bumpp": "^8.2.1",
"eslint": "^8.20.0",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.77.0",
"rollup": "^2.76.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vitest": "^0.18.1",
"vite": "^3.0.0",
"vitest": "^0.18.0",
"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"
}
}
}
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