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

@syncfusion/ej2-vue-base

Package Overview
Dependencies
Maintainers
3
Versions
144
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 19.2.48 to 19.2.49

6

package.json
{
"_from": "@syncfusion/ej2-vue-base@*",
"_id": "@syncfusion/ej2-vue-base@19.1.54",
"_id": "@syncfusion/ej2-vue-base@19.2.49",
"_inBundle": false,

@@ -50,3 +50,3 @@ "_integrity": "sha512-JaeKfeT8a6MXeA4Bg/Q0sqbt2ARHKbYuRDoNvAoGW4mwpXSDddOKXKNbEtAntVqUW02rXGqvBy+bel0gs0Pt6g==",

"dependencies": {
"@syncfusion/ej2-base": "~19.2.48",
"@syncfusion/ej2-base": "~19.2.49",
"glob": "^7.0.5"

@@ -85,4 +85,4 @@ },

"typings": "index.d.ts",
"version": "19.2.48",
"version": "19.2.49",
"sideEffects": true
}

@@ -32,2 +32,10 @@ var fs = require("fs");

.replace(
`,Options({
props: props,
watch: watch,
emits: emitProbs
})`,
""
)
.replace(
`,

@@ -40,3 +48,4 @@ Options({

""
);
)
;
fs.writeFileSync(files[i], file, "utf8");

@@ -43,0 +52,0 @@ }

/**
* Vue Component Base
*/
import Vue from 'vue';
import Vue from 'vue';
export declare const aVue: any;

@@ -19,3 +20,3 @@ export declare function _interopRequireWildcard(obj: any): any;

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

@@ -22,0 +23,0 @@ mounted(): void;

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