New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stellar-ui-plus

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stellar-ui-plus - npm Package Compare versions

Comparing version 1.17.10 to 1.17.11

2

package.json
{
"name": "stellar-ui-plus",
"version": "1.17.10",
"version": "1.17.11",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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

import { ref } from 'vue';
const colorValue = {

@@ -20,33 +19,1 @@ steThemeColor: '#0090FF',

}
// Object.assign(color, value);
// console.log('color', color);
// return {
// color,
// getColor,
// setColor,
// };
// }
// import { reactive } from 'vue';
// const color = reactive({
// steThemeColor: '#0090FF',
// defaultColor: '#0090FF',
// });
// // 主题色内容
// export function useColorStore() {
// const getColor = () => {
// return color;
// };
// const setColor = (value: any) => {
// Object.assign(color, value);
// console.log('color', color);
// };
// return {
// color,
// getColor,
// setColor,
// };
// }
// 模块统一导出
// export * from './toast';
// export * from './message-box';
export * from './color';
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