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.11.3 to 0.11.4

dist/astro.cjs

4

dist/esbuild.js
import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";

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

@@ -7,4 +7,4 @@ import * as unplugin from 'unplugin';

declare const _default: unplugin.UnpluginInstance<Options>;
declare const _default: unplugin.UnpluginInstance<Options, false>;
export { _default as default };
import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";
export {
unplugin_default as default
};
import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";

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

import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";

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

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

import "./chunk-HBHLJZOY.js";
import "./chunk-MHAKGLT7.js";
import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";

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

import {
unplugin_default
} from "./chunk-FWDLO5QN.js";
import "./chunk-HBHLJZOY.js";
} from "./chunk-JSTOHG77.js";
import "./chunk-MHAKGLT7.js";

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

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

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

"vite",
"astro",
"webpack",

@@ -40,2 +41,7 @@ "rollup",

},
"./astro": {
"types": "./dist/astro.d.ts",
"require": "./dist/astro.cjs",
"import": "./dist/astro.js"
},
"./rollup": {

@@ -97,4 +103,4 @@ "types": "./dist/rollup.d.ts",

"magic-string": "^0.26.7",
"unimport": "^0.6.8",
"unplugin": "^0.10.1"
"unimport": "^0.7.0",
"unplugin": "^0.10.2"
},

@@ -104,5 +110,5 @@ "devDependencies": {

"@antfu/ni": "^0.18.2",
"@types/node": "^18.11.4",
"@types/node": "^18.11.5",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^9.3.1",
"@vueuse/metadata": "^9.4.0",
"bumpp": "^8.2.1",

@@ -109,0 +115,0 @@ "eslint": "^8.26.0",

@@ -165,2 +165,22 @@ # unplugin-auto-import

<details>
<summary>Astro</summary><br>
```ts
// astro.config.mjs
import AutoImport from 'unplugin-auto-import/astro'
export default defineConfig({
integrations: [
AutoImport({
/* options */
})
],
})
```
<br></details>
## Configuration

@@ -167,0 +187,0 @@

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