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

@unocss/inspector

Package Overview
Dependencies
Maintainers
1
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/inspector - npm Package Compare versions

Comparing version 0.12.18 to 0.13.0

7

dist/index.js

@@ -58,3 +58,4 @@ var __create = Object.create;

let config;
function configureServer(server) {
async function configureServer(server) {
await ctx.ready;
server.middlewares.use("/__unocss", (0, import_sirv.default)((0, import_path.resolve)(_dirname, "../dist/client"), {

@@ -72,4 +73,4 @@ single: true,

modules: Array.from(ctx.modules.keys()),
configPath: ctx.configFilepath,
config: ctx.uno.config
config: ctx.uno.config,
configSources: (await ctx.ready).sources
};

@@ -76,0 +77,0 @@ res.setHeader("Content-Type", "application/json");

{
"name": "@unocss/inspector",
"version": "0.12.18",
"version": "0.13.0",
"description": "The inspector UI for UnoCSS",

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

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