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.5.3 to 0.5.4

dist/chunk-6J37BCUO.js

6

auto-imports.d.ts

@@ -13,9 +13,7 @@ // Generated by 'unplugin-auto-import'

const it: typeof import('vitest')['it']
const mock: typeof import('vitest')['mock']
const sinon: typeof import('vitest')['sinon']
const spy: typeof import('vitest')['spy']
const stub: typeof import('vitest')['stub']
const suite: typeof import('vitest')['suite']
const test: typeof import('vitest')['test']
const vi: typeof import('vitest')['vi']
const vitest: typeof import('vitest')['vitest']
}
export {}
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk5WJMMGHHjs = require('./chunk-5WJMMGHH.js');
require('./chunk-T37YOLOK.js');
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
require('./chunk-K6SIUQH2.js');
exports.default = _chunk5WJMMGHHjs.src_default;
exports.default = _chunk6J37BCUOjs.src_default;
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk5WJMMGHHjs = require('./chunk-5WJMMGHH.js');
require('./chunk-T37YOLOK.js');
var _chunk6J37BCUOjs = require('./chunk-6J37BCUO.js');
require('./chunk-K6SIUQH2.js');

@@ -11,7 +11,7 @@ // src/nuxt.ts

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

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

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

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

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

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

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

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

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

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

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

"@antfu/utils": "^0.3.0",
"@rollup/pluginutils": "^4.1.1",
"@rollup/pluginutils": "^4.1.2",
"local-pkg": "^0.4.0",

@@ -77,15 +77,15 @@ "magic-string": "^0.25.7",

"devDependencies": {
"@antfu/eslint-config": "^0.12.2",
"@antfu/ni": "^0.11.1",
"@types/node": "^16.11.12",
"@antfu/eslint-config": "^0.14.0",
"@antfu/ni": "^0.12.0",
"@types/node": "^17.0.2",
"@types/resolve": "^1.20.1",
"bumpp": "^7.1.1",
"eslint": "^8.4.1",
"esno": "^0.12.1",
"eslint": "^8.5.0",
"esno": "^0.13.0",
"fast-glob": "^3.2.7",
"rollup": "^2.61.0",
"tsup": "^5.10.3",
"typescript": "^4.5.2",
"vite": "^2.7.1",
"vitest": "^0.0.44",
"rollup": "^2.61.1",
"tsup": "^5.11.7",
"typescript": "^4.5.4",
"vite": "^2.7.4",
"vitest": "^0.0.105",
"webpack": "^5.65.0"

@@ -92,0 +92,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

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