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.11.4 to 0.11.5

dist/chunk-BRLMGO66.cjs

4

dist/astro.js
import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";
export {
unplugin_default as default
};
import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

@@ -44,3 +44,3 @@ import { Arrayable, Awaitable } from '@antfu/utils';

};
declare type PresetName = keyof typeof presets;
type PresetName = keyof typeof presets;

@@ -66,4 +66,4 @@ interface ImportLegacy {

}
declare type ImportNameAlias = [string, string];
declare type SideEffectsInfo = Arrayable<ResolverResult | string> | undefined;
type ImportNameAlias = [string, string];
type SideEffectsInfo = Arrayable<ResolverResult | string> | undefined;
interface ResolverResult {

@@ -74,3 +74,3 @@ as?: string;

}
declare type ResolverFunction = (name: string) => Awaitable<string | ResolverResult | ImportExtended | null | undefined | void>;
type ResolverFunction = (name: string) => Awaitable<string | ResolverResult | ImportExtended | null | undefined | void>;
interface ResolverResultObject {

@@ -83,8 +83,8 @@ type: 'component' | 'directive';

*/
declare type Resolver = ResolverFunction | ResolverResultObject;
type Resolver = ResolverFunction | ResolverResultObject;
/**
* module, name, alias
*/
declare type ImportsMap = Record<string, (string | ImportNameAlias)[]>;
declare type ESLintGlobalsPropValue = boolean | 'readonly' | 'readable' | 'writable' | 'writeable';
type ImportsMap = Record<string, (string | ImportNameAlias)[]>;
type ESLintGlobalsPropValue = boolean | 'readonly' | 'readable' | 'writable' | 'writeable';
interface ESLintrc {

@@ -91,0 +91,0 @@ /**

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

import "./chunk-MHAKGLT7.js";
import "./chunk-RW3PVGYV.js";
import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

import {
unplugin_default
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
} from "./chunk-NNCQN3P6.js";
import "./chunk-RW3PVGYV.js";

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

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

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

"dependencies": {
"@antfu/utils": "^0.6.0",
"@antfu/utils": "^0.7.0",
"@rollup/pluginutils": "^5.0.2",
"local-pkg": "^0.4.2",
"magic-string": "^0.26.7",
"unimport": "^0.7.0",
"unplugin": "^0.10.2"
"unimport": "^1.0.1",
"unplugin": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.2",
"@types/node": "^18.11.5",
"@antfu/eslint-config": "^0.31.0",
"@antfu/ni": "^0.18.8",
"@types/node": "^18.11.9",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.4.0",
"@vueuse/metadata": "^9.5.0",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"rollup": "^3.2.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vitest": "^0.24.3",
"webpack": "^5.74.0"
"rollup": "^3.4.0",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"webpack": "^5.75.0"
},

@@ -122,0 +122,0 @@ "scripts": {

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