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

vueless

Package Overview
Dependencies
Maintainers
0
Versions
842
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vueless - npm Package Compare versions

Comparing version 0.0.764 to 0.0.765

2

package.json
{
"name": "vueless",
"version": "0.0.764",
"version": "0.0.765",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",

@@ -14,2 +14,3 @@ export default /*tw*/ {

inner: false,
divider: false,
closeOnEsc: true,

@@ -16,0 +17,0 @@ closeOnCross: true,

@@ -90,2 +90,7 @@ import defaultConfig from "./config.ts";

/**
* Show divider between content end footer.
*/
divider?: boolean;
/**
* Attach small modal to the bottom of the screen (mobile version only).

@@ -92,0 +97,0 @@ */

@@ -58,3 +58,3 @@ export default /*tw*/ {

inner: false,
divider: true,
divider: false,
closeOnEsc: true,

@@ -61,0 +61,0 @@ closeOnCross: true,

@@ -61,3 +61,3 @@ import defaultConfig from "./config.ts";

/**
* Hide divider between content end footer.
* Show divider between content end footer.
*/

@@ -64,0 +64,0 @@ divider?: boolean;

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