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.3 to 3.4.3

LICENSE

15

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

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

};
/** Applies a flex-grow to children in order to stretch them all along horizontal space */
/** Apply 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<{

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

};
/** Applies a flex-grow to children in order to stretch them all along horizontal space */
/** Apply 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;
};
}>>, {

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

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

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

{
"name": "@maltjoy/core-vue",
"version": "1.0.0-rc.3",
"version": "3.4.3",
"type": "module",

@@ -20,21 +20,4 @@ "files": [

},
"scripts": {
"prepare": "pnpm generate:components-types",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test",
"preview": "vite preview",
"test": "vitest run --dom --coverage",
"test:dev": "vitest watch --dom",
"test:update": "vitest run --dom -u",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint --ext .ts,.vue src --fix",
"lint:staged": "eslint --fix",
"format": "prettier --write \"**/*.{js,ts,vue}\"",
"format:staged": "prettier --write",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"generate:components-types": "node src/tasks/generate-components-types.mjs"
},
"dependencies": {
"@maltjoy/themes": "3.3.3",
"@maltjoy/themes": "3.4.3",
"@vueuse/components": "^9.13.0",

@@ -80,3 +63,19 @@ "@vueuse/core": "^9.13.0",

"vue-tsc": "^1.0.11"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test",
"preview": "vite preview",
"test": "vitest run --dom --coverage",
"test:dev": "vitest watch --dom",
"test:update": "vitest run --dom -u",
"lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint --ext .ts,.vue src --fix",
"lint:staged": "eslint --fix",
"format": "prettier --write \"**/*.{js,ts,vue}\"",
"format:staged": "prettier --write",
"storybook": "storybook dev",
"build-storybook": "storybook build",
"generate:components-types": "node src/tasks/generate-components-types.mjs"
}
}
}

@@ -21,1 +21,2 @@ # @maltjoy/core-vue

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