Socket
Socket
Sign inDemoInstall

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.8.4 to 0.8.5

dist/types.mjs

20

auto-imports.d.ts
// Generated by 'unplugin-auto-import'
export {}
declare global {
const afterAll: typeof import('vitest')['afterAll']
const afterEach: typeof import('vitest')['afterEach']
const assert: typeof import('vitest')['assert']
const beforeAll: typeof import('vitest')['beforeAll']
const beforeEach: typeof import('vitest')['beforeEach']
const chai: typeof import('vitest')['chai']
const describe: typeof import('vitest')['describe']
const expect: typeof import('vitest')['expect']
const it: typeof import('vitest')['it']
const suite: typeof import('vitest')['suite']
const test: typeof import('vitest')['test']
const vi: typeof import('vitest')['vi']
const vitest: typeof import('vitest')['vitest']
const $$: typeof import('vue/macros')['$$']
const $: typeof import('vue/macros')['$']
const $computed: typeof import('vue/macros')['$computed']
const $customRef: typeof import('vue/macros')['$customRef']
const $ref: typeof import('vue/macros')['$ref']
const $shallowRef: typeof import('vue/macros')['$shallowRef']
const $toRef: typeof import('vue/macros')['$toRef']
}
{
"name": "unplugin-auto-import",
"version": "0.8.4",
"version": "0.8.5",
"packageManager": "pnpm@7.1.1",
"description": "Register global imports on demand for Vite and Webpack",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/unplugin-auto-import#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/unplugin-auto-import.git"
},
"bugs": {
"url": "https://github.com/antfu/unplugin-auto-import/issues"
},
"keywords": [

@@ -14,52 +25,37 @@ "unplugin",

],
"homepage": "https://github.com/antfu/unplugin-auto-import#readme",
"bugs": {
"url": "https://github.com/antfu/unplugin-auto-import/issues"
},
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/unplugin-auto-import.git"
},
"funding": "https://github.com/sponsors/antfu",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./*": "./*",
"./nuxt": {
"require": "./dist/nuxt.js",
"import": "./dist/nuxt.mjs"
"import": "./dist/nuxt.mjs",
"require": "./dist/nuxt.js"
},
"./rollup": {
"require": "./dist/rollup.js",
"import": "./dist/rollup.mjs"
"import": "./dist/rollup.mjs",
"require": "./dist/rollup.js"
},
"./types": {
"require": "./dist/types.js",
"import": "./dist/types.mjs"
"import": "./dist/types.mjs",
"require": "./dist/types.js"
},
"./vite": {
"require": "./dist/vite.js",
"import": "./dist/vite.mjs"
"import": "./dist/vite.mjs",
"require": "./dist/vite.js"
},
"./webpack": {
"require": "./dist/webpack.js",
"import": "./dist/webpack.mjs"
"import": "./dist/webpack.mjs",
"require": "./dist/webpack.js"
},
"./esbuild": {
"require": "./dist/esbuild.js",
"import": "./dist/esbuild.mjs"
"import": "./dist/esbuild.mjs",
"require": "./dist/esbuild.js"
}
},
"files": [
"dist",
"*.d.ts"
],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {

@@ -72,2 +68,9 @@ "*": {

},
"files": [
"dist",
"*.d.ts"
],
"engines": {
"node": ">=14"
},
"peerDependencies": {

@@ -86,7 +89,7 @@ "@vueuse/core": "*"

"magic-string": "^0.26.2",
"unimport": "^0.2.3",
"unimport": "^0.2.4",
"unplugin": "^0.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.24.0",
"@antfu/eslint-config": "^0.24.2",
"@antfu/ni": "^0.16.2",

@@ -101,3 +104,3 @@ "@types/node": "^17.0.35",

"rollup": "^2.74.1",
"tsup": "^5.12.8",
"tsup": "^5.12.9",
"typescript": "^4.7.2",

@@ -108,5 +111,2 @@ "vite": "^2.9.9",

},
"engines": {
"node": ">=14"
},
"scripts": {

@@ -113,0 +113,0 @@ "build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts",

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