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

@unocss/config

Package Overview
Dependencies
Maintainers
2
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/config - npm Package Compare versions

Comparing version 0.61.3 to 0.61.4

10

dist/index.d.ts

@@ -6,3 +6,11 @@ import { UserConfig, UserConfigDefaults } from '@unocss/core';

declare function loadConfig<U extends UserConfig>(cwd?: string, configOrPath?: string | U, extraConfigSources?: LoadConfigSource[], defaults?: UserConfigDefaults): Promise<LoadConfigResult<U>>;
/**
* Create a factory function that returns a config loader that recovers from errors.
*
* When it fails to load the config, it will return the last successfully loaded config.
*
* Mainly used for dev-time where users might have a broken config in between changes.
*/
declare function createRecoveryConfigLoader<U extends UserConfig>(): (cwd?: string, configOrPath?: string | U, extraConfigSources?: LoadConfigSource[], defaults?: UserConfigDefaults) => Promise<LoadConfigResult<U>>;
export { loadConfig };
export { createRecoveryConfigLoader, loadConfig };

4

package.json
{
"name": "@unocss/config",
"type": "module",
"version": "0.61.3",
"version": "0.61.4",
"description": "Config loader for UnoCSS",

@@ -37,3 +37,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"unconfig": "^0.3.13",
"@unocss/core": "0.61.3"
"@unocss/core": "0.61.4"
},

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

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