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.14.3 to 0.14.4

dist/chunk-7TX24XEC.js

4

dist/astro.js
import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/astro.ts

import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/esbuild.ts

import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";
export {
unplugin_default as default
};
import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/nuxt.ts

import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/rollup.ts

@@ -1,1 +0,1 @@

import "./chunk-HESIZ7TU.js";
import "./chunk-7TX24XEC.js";
import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/vite.ts

import {
unplugin_default
} from "./chunk-56OTWE6M.js";
import "./chunk-HESIZ7TU.js";
} from "./chunk-VRKTTOCX.js";
import "./chunk-7TX24XEC.js";

@@ -6,0 +6,0 @@ // src/webpack.ts

{
"name": "unplugin-auto-import",
"type": "module",
"version": "0.14.3",
"version": "0.14.4",
"packageManager": "pnpm@7.1.1",

@@ -98,25 +98,26 @@ "description": "Register global imports on demand for Vite and Webpack",

"@antfu/utils": "^0.7.2",
"@nuxt/kit": "^3.1.2",
"@nuxt/kit": "^3.2.2",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.27.0",
"magic-string": "^0.29.0",
"minimatch": "^7.0.0",
"unimport": "^2.2.4",
"unplugin": "^1.0.1"
"unplugin": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.1",
"@antfu/ni": "^0.19.0",
"@nuxt/schema": "^3.1.2",
"@types/node": "^18.13.0",
"@antfu/eslint-config": "^0.35.2",
"@antfu/ni": "^0.20.0",
"@nuxt/schema": "^3.2.2",
"@types/node": "^18.14.0",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.12.0",
"@vueuse/metadata": "^9.13.0",
"bumpp": "^8.2.1",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.14.0",
"tsup": "^6.5.0",
"rollup": "^3.17.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vitest": "^0.28.4",
"vite": "^4.1.3",
"vitest": "^0.28.5",
"webpack": "^5.75.0"

@@ -123,0 +124,0 @@ },

@@ -227,2 +227,8 @@ # unplugin-auto-import

},
// example type import
{
from: 'vue-router',
imports: ['RouteLocationRaw'],
type: true,
},
],

@@ -246,2 +252,7 @@ // Enable auto import by filename for default module exports under directories

// Cache the result of resolving, across multiple vite builds.
// A custom path is supported.
// When set to `true`, the cache will be stored in `node_modules/.cache/unplugin-auto-import.json`.
cache: false,
// Auto import inside Vue template

@@ -248,0 +259,0 @@ // see https://github.com/unjs/unimport/pull/15 and https://github.com/unjs/unimport/pull/72

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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