Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-lazy-import

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-lazy-import - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

6

dist/resolvers/index.js

@@ -22,7 +22,9 @@ (function (global, factory) {

var opts = Object.assign({
esm: true
esm: true,
importStyle: true
}, options);
return {
lib: opts.lib,
importStyle: true,
esm: opts.esm,
importStyle: opts.importStyle,
resolve: function resolve(_ref) {

@@ -29,0 +31,0 @@ var dirName = _ref.dirName;

{
"name": "vite-plugin-lazy-import",
"version": "0.8.0",
"version": "0.9.0",
"description": "Used for vite Lazy import js and style",

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

@@ -11,3 +11,3 @@ import { Plugin, FilterPattern } from 'vite';

esm?: boolean;
importStyle?: boolean | 'css' | 'scss';
importStyle?: boolean | 'css' | 'less' | 'scss';
resolve?: (params: {

@@ -14,0 +14,0 @@ dirName: string;

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