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

@progress/kendo-vue-buttons

Package Overview
Dependencies
Maintainers
1
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-vue-buttons - npm Package Compare versions

Comparing version 4.1.1-dev.202312190914 to 4.1.1-dev.202312191614

2

dist/es/FloatingActionButton/FloatingActionButtonItem.js

@@ -100,3 +100,3 @@ // @ts-ignore

"class": "k-fab-item-text"
}, [text]), icon && h(Icon, {
}, [text]), (svgIcon || icon) && h(Icon, {
name: icon,

@@ -103,0 +103,0 @@ attrs: this.v3 ? undefined : {

@@ -8,5 +8,5 @@ /**

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1702976386,
publishDate: 1703001435,
version: '',
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
};

@@ -100,3 +100,3 @@ // @ts-ignore

"class": "k-fab-item-text"
}, [text]), icon && h(Icon, {
}, [text]), (svgIcon || icon) && h(Icon, {
name: icon,

@@ -103,0 +103,0 @@ attrs: this.v3 ? undefined : {

@@ -8,5 +8,5 @@ /**

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1702976386,
publishDate: 1703001435,
version: '',
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
};

@@ -106,3 +106,3 @@ "use strict";

"class": "k-fab-item-text"
}, [text]), icon && h(kendo_vue_common_1.Icon, {
}, [text]), (svgIcon || icon) && h(kendo_vue_common_1.Icon, {
name: icon,

@@ -109,0 +109,0 @@ attrs: this.v3 ? undefined : {

@@ -11,5 +11,5 @@ "use strict";

productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
publishDate: 1702976386,
publishDate: 1703001435,
version: '',
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
};
{
"name": "@progress/kendo-vue-buttons",
"description": "Kendo UI for Vue Buttons package",
"version": "4.1.1-dev.202312190914",
"version": "4.1.1-dev.202312191614",
"repository": {

@@ -44,4 +44,4 @@ "type": "git",

"dependencies": {
"@progress/kendo-vue-common": "4.1.1-dev.202312190914",
"@progress/kendo-vue-popup": "4.1.1-dev.202312190914"
"@progress/kendo-vue-common": "4.1.1-dev.202312191614",
"@progress/kendo-vue-popup": "4.1.1-dev.202312191614"
},

@@ -51,5 +51,5 @@ "devDependencies": {

"@progress/kendo-svg-icons": "^2.0.0",
"@progress/kendo-vue-dropdowns": "4.1.1-dev.202312190914",
"@progress/kendo-vue-inputs": "4.1.1-dev.202312190914",
"@progress/kendo-vue-layout": "4.1.1-dev.202312190914"
"@progress/kendo-vue-dropdowns": "4.1.1-dev.202312191614",
"@progress/kendo-vue-inputs": "4.1.1-dev.202312191614",
"@progress/kendo-vue-layout": "4.1.1-dev.202312191614"
},

@@ -56,0 +56,0 @@ "@progress": {

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

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