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
124
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.5.4 to 0.5.5

dist/chunk-PTRUE6MP.js

4

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
var _chunkPTRUE6MPjs = require('./chunk-PTRUE6MP.js');
require('./chunk-K6SIUQH2.js');
exports.default = _chunk6J37BCUOjs.src_default;
exports.default = _chunkPTRUE6MPjs.src_default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
var _chunkPTRUE6MPjs = require('./chunk-PTRUE6MP.js');
require('./chunk-K6SIUQH2.js');

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

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

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
var _chunkPTRUE6MPjs = require('./chunk-PTRUE6MP.js');
require('./chunk-K6SIUQH2.js');
// src/rollup.ts
var rollup_default = _chunk6J37BCUOjs.src_default.rollup;
var rollup_default = _chunkPTRUE6MPjs.src_default.rollup;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
var _chunkPTRUE6MPjs = require('./chunk-PTRUE6MP.js');
require('./chunk-K6SIUQH2.js');
// src/vite.ts
var vite_default = _chunk6J37BCUOjs.src_default.vite;
var vite_default = _chunkPTRUE6MPjs.src_default.vite;

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

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
var _chunkPTRUE6MPjs = require('./chunk-PTRUE6MP.js');
require('./chunk-K6SIUQH2.js');
// src/webpack.ts
var webpack_default = _chunk6J37BCUOjs.src_default.webpack;
var webpack_default = _chunkPTRUE6MPjs.src_default.webpack;

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

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

@@ -96,3 +96,3 @@ "keywords": [

"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean && esno scripts/postbuild.ts",
"dev": "tsup 'src/*.ts' --watch src",
"dev": "tsup src/*.ts --watch src",
"lint": "eslint \"{src,test}/**/*.ts\"",

@@ -99,0 +99,0 @@ "lint:fix": "nr lint -- --fix",

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