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

vite-plugin-loading-test

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-loading-test - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/templates/default.html

6

dist/index.d.ts
import type { Plugin } from 'vite';
declare const _default: () => Plugin;
interface Options {
name?: string;
cssVar?: any;
}
declare const _default: (config: string | Options) => Plugin;
export default _default;

3

package.json
{
"name": "vite-plugin-loading-test",
"version": "0.0.1",
"version": "0.0.2",
"author": "buerjia <buerjia6688@163.com>",

@@ -19,2 +19,3 @@ "main": "dist/index.mjs",

"rollup": "^4.9.6",
"rollup-plugin-copy": "^3.5.0",
"terser": "^5.27.0",

@@ -21,0 +22,0 @@ "tslib": "^2.6.2",

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