You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-vue-base

Package Overview
Dependencies
Maintainers
3
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-vue-base - npm Package Compare versions

Comparing version

to
19.4.40

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
## 19.4.38 (2021-12-17)
### Common
#### Bug Fixes
- `I348114` - Peer dependencies issue has been resolved.

@@ -11,0 +19,0 @@

11

dist/ej2-vue-base.umd.min.js
/*!
* filename: ej2-vue-base.umd.min.js
* version : 19.4.38
* version : 19.4.40
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -12,2 +12,11 @@ * Use of this code is subject to the terms of our license.

* filename: ej2-vue-base.umd.min.js
* version : 19.2.55
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
/*!
* filename: ej2-vue-base.umd.min.js
* version : 19.1.63

@@ -14,0 +23,0 @@ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

2

dist/global/ej2-vue-base.min.js
/*!
* filename: ej2-vue-base.min.js
* version : 19.4.38
* version : 19.4.40
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

/*!
* filename: index.d.ts
* version : 19.4.38
* version : 19.4.40
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-vue-base@*",
"_id": "@syncfusion/ej2-vue-base@19.3.54",
"_id": "@syncfusion/ej2-vue-base@19.4.38",
"_inBundle": false,
"_integrity": "sha512-mNXTKkcEY1Qg9SOZ2jZL74BaKZBDPLpmFU7RPvsTtna4e3MdTzBl0A+kaqZXrJhZKu5evN2U1BwLkbpMH1eIHQ==",
"_integrity": "sha512-dJeKjgvq/J0EiEeqZeIUq3eAhcFbDW52hqoAiHo8O98krYfYeytVrBg7hP4sVc8Hj6o7tfrZeCY+JyP2E+QL3A==",
"_location": "/@syncfusion/ej2-vue-base",

@@ -21,28 +21,11 @@ "_phantomChildren": {},

"/",
"/@syncfusion/ej2-vue-barcode-generator",
"/@syncfusion/ej2-vue-buttons",
"/@syncfusion/ej2-vue-calendars",
"/@syncfusion/ej2-vue-charts",
"/@syncfusion/ej2-vue-circulargauge",
"/@syncfusion/ej2-vue-diagrams",
"/@syncfusion/ej2-vue-documenteditor",
"/@syncfusion/ej2-vue-dropdowns",
"/@syncfusion/ej2-vue-filemanager",
"/@syncfusion/ej2-vue-gantt",
"/@syncfusion/ej2-vue-grids",
"/@syncfusion/ej2-vue-heatmap",
"/@syncfusion/ej2-vue-inplace-editor",
"/@syncfusion/ej2-vue-inputs",
"/@syncfusion/ej2-vue-kanban",
"/@syncfusion/ej2-vue-layouts",
"/@syncfusion/ej2-vue-lineargauge",
"/@syncfusion/ej2-vue-lists",
"/@syncfusion/ej2-vue-maps",
"/@syncfusion/ej2-vue-navigations",
"/@syncfusion/ej2-vue-notifications",
"/@syncfusion/ej2-vue-pdfviewer",
"/@syncfusion/ej2-vue-pivotview",
"/@syncfusion/ej2-vue-popups",
"/@syncfusion/ej2-vue-progressbar",
"/@syncfusion/ej2-vue-querybuilder",
"/@syncfusion/ej2-vue-richtexteditor",

@@ -52,7 +35,6 @@ "/@syncfusion/ej2-vue-schedule",

"/@syncfusion/ej2-vue-spreadsheet",
"/@syncfusion/ej2-vue-treegrid",
"/@syncfusion/ej2-vue-treemap"
"/@syncfusion/ej2-vue-treegrid"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.3.54.tgz",
"_shasum": "60aae462a46dbd51dc4486361cbaa30222780da1",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.4.38.tgz",
"_shasum": "c7f2ab36cf30de7b2806684110c31152a49ae15b",
"_spec": "@syncfusion/ej2-vue-base@*",

@@ -101,4 +83,4 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"typings": "index.d.ts",
"version": "19.4.38",
"version": "19.4.40",
"sideEffects": true
}

@@ -24,4 +24,12 @@ var fs = require("fs");

console.log("Vue version ---" + version);
var files = glob.sync("../ej2-vue-**/src/**/*.{component,directive}.js");
if (version === 3) {
files = files.concat(glob.sync('./src/**.js'));
for (var i = 0; i < files.length; i++){
var source = fs.readFileSync(files[i], "utf8");
var vuehead = (source.indexOf(`import Vue from 'vue';`) === -1) ? `import Vue from "vue"` : `import Vue from 'vue'`;
fs.writeFileSync(files[i], source.replace(vuehead, `import * as Vue from 'vue'`), "utf8");
}
}
if (version != 3) {
var files = glob.sync("../ej2-vue-**/src/**/*.{component,directive}.js");
files.push('./src/component-base.js');

@@ -28,0 +36,0 @@ var file;

@@ -83,3 +83,3 @@ # ej2-vue-base

© Copyright 2019 Syncfusion, Inc. All Rights Reserved.
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
The Syncfusion Essential Studio license and copyright applies to this distribution.

@@ -5,3 +5,2 @@ /**

import Vue from 'vue';

@@ -22,3 +21,3 @@ export declare const aVue: any;

protected propKeys: any;
// // // constructor();
// // constructor();
created(): void;

@@ -25,0 +24,0 @@ mounted(): void;