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

@maltjoy/core-vue

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maltjoy/core-vue - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

15

dist/components/JoyWrapper/VJoyWrapper.vue.d.ts

@@ -23,6 +23,11 @@ import { PropType } from 'vue';

};
/** Apply a flex-grow to children in order to stretch them all along horizontal space */
/** Applies a flex-grow to children in order to stretch them all along horizontal space */
itemStretch: {
type: BooleanConstructor;
};
/** Removes the default bottom margin applied to the wrapper */
noMargin: {
type: BooleanConstructor;
default: boolean;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{

@@ -49,6 +54,11 @@ /** Horizontal spread. Refers to CSS flex justify-content. */

};
/** Apply a flex-grow to children in order to stretch them all along horizontal space */
/** Applies a flex-grow to children in order to stretch them all along horizontal space */
itemStretch: {
type: BooleanConstructor;
};
/** Removes the default bottom margin applied to the wrapper */
noMargin: {
type: BooleanConstructor;
default: boolean;
};
}>>, {

@@ -60,2 +70,3 @@ align: "flex-end" | "stretch" | "center" | "flex-start";

itemStretch: boolean;
noMargin: boolean;
}>, {

@@ -62,0 +73,0 @@ default: (_: {}) => any;

4

package.json
{
"name": "@maltjoy/core-vue",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"type": "module",

@@ -38,3 +38,3 @@ "files": [

"dependencies": {
"@maltjoy/themes": "3.2.2",
"@maltjoy/themes": "3.3.2",
"@vueuse/components": "^9.13.0",

@@ -41,0 +41,0 @@ "@vueuse/core": "^9.13.0",

Sorry, the diff of this file is too big to display

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