Socket
Socket
Sign inDemoInstall

unplugin-auto-import

Package Overview
Dependencies
Maintainers
1
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.1.5 to 0.1.6

dist/chunk-G7WHTJIF.js

4

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js');
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js');
require('./chunk-U6Z5VRX4.js');
exports.default = _chunk4DE7XTP3js.src_default;
exports.default = _chunkG7WHTJIFjs.src_default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js');
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js');
require('./chunk-U6Z5VRX4.js');

@@ -11,7 +11,7 @@

config.plugins = config.plugins || [];
config.plugins.unshift(_chunk4DE7XTP3js.src_default.webpack(options));
config.plugins.unshift(_chunkG7WHTJIFjs.src_default.webpack(options));
});
this.nuxt.hook("vite:extend", async (vite) => {
vite.config.plugins = vite.config.plugins || [];
vite.config.plugins.push(_chunk4DE7XTP3js.src_default.vite(options));
vite.config.plugins.push(_chunkG7WHTJIFjs.src_default.vite(options));
});

@@ -18,0 +18,0 @@ }

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js');
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js');
require('./chunk-U6Z5VRX4.js');
// src/rollup.ts
var rollup_default = _chunk4DE7XTP3js.src_default.rollup;
var rollup_default = _chunkG7WHTJIFjs.src_default.rollup;

@@ -9,0 +9,0 @@

@@ -35,2 +35,8 @@ import { Arrayable } from '@antfu/utils';

/**
* Allow overriding imports sources from multiple presets.
*
* @default false
*/
presetOverriding?: boolean;
/**
* Rules to include transforming target.

@@ -37,0 +43,0 @@ *

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js');
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js');
require('./chunk-U6Z5VRX4.js');
// src/vite.ts
var vite_default = _chunk4DE7XTP3js.src_default.vite;
var vite_default = _chunkG7WHTJIFjs.src_default.vite;

@@ -9,0 +9,0 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk4DE7XTP3js = require('./chunk-4DE7XTP3.js');
var _chunkG7WHTJIFjs = require('./chunk-G7WHTJIF.js');
require('./chunk-U6Z5VRX4.js');
// src/webpack.ts
var webpack_default = _chunk4DE7XTP3js.src_default.webpack;
var webpack_default = _chunkG7WHTJIFjs.src_default.webpack;

@@ -9,0 +9,0 @@

{
"name": "unplugin-auto-import",
"version": "0.1.5",
"version": "0.1.6",
"description": "Register global imports on demand for Vite and Webpack",

@@ -5,0 +5,0 @@ "keywords": [

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