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

@progress/kendo-vue-intl

Package Overview
Dependencies
Maintainers
1
Versions
618
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.0-dev.201902050904 to 0.2.0-dev.201902051243

7

dist/es/Intl/main.js

@@ -5,6 +5,5 @@ import IntlProvider from './IntlProvider';

// Automatic installation if Vue has been added to the global scope.
// @ts-ignore
if (typeof window !== 'undefined' && window.Vue) {
// @ts-ignore
window.Vue.component('kendo-intl-provider', IntlProvider);
var vue = 'Vue';
if (typeof window !== 'undefined' && window[vue]) {
window[vue].component('kendo-intl-provider', IntlProvider);
}

@@ -6,6 +6,5 @@ import { loadMessages } from './loadMessages';

// Automatic installation if Vue has been added to the global scope.
// @ts-ignore
if (typeof window !== 'undefined' && window.Vue) {
// @ts-ignore
window.Vue.component('kendo-localization-provider', LocalizationProvider);
var vue = 'Vue';
if (typeof window !== 'undefined' && window[vue]) {
window[vue].component('kendo-localization-provider', LocalizationProvider);
}

@@ -8,6 +8,5 @@ "use strict";

// Automatic installation if Vue has been added to the global scope.
// @ts-ignore
if (typeof window !== 'undefined' && window.Vue) {
// @ts-ignore
window.Vue.component('kendo-intl-provider', IntlProvider_1.default);
var vue = 'Vue';
if (typeof window !== 'undefined' && window[vue]) {
window[vue].component('kendo-intl-provider', IntlProvider_1.default);
}

@@ -10,6 +10,5 @@ "use strict";

// Automatic installation if Vue has been added to the global scope.
// @ts-ignore
if (typeof window !== 'undefined' && window.Vue) {
// @ts-ignore
window.Vue.component('kendo-localization-provider', LocalizationProvider_1.LocalizationProvider);
var vue = 'Vue';
if (typeof window !== 'undefined' && window[vue]) {
window[vue].component('kendo-localization-provider', LocalizationProvider_1.LocalizationProvider);
}
{
"name": "@progress/kendo-vue-intl",
"description": "KendoVue Internationalization package",
"version": "0.2.0-dev.201902050904",
"version": "0.2.0-dev.201902051243",
"repository": {

@@ -30,3 +30,3 @@ "type": "git",

"dependencies": {
"@progress/kendo-vue-common": "0.2.0-dev.201902050904",
"@progress/kendo-vue-common": "0.2.0-dev.201902051243",
"@telerik/kendo-intl": "^1.3.0"

@@ -33,0 +33,0 @@ },

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