Socket
Socket
Sign inDemoInstall

qcobjects-sdk

Package Overview
Dependencies
1
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.59 to 2.4.60

2

package.json
{
"name": "qcobjects-sdk",
"version": "2.4.59",
"version": "2.4.60",
"description": "QCObjects SDK is a set of Controllers, Views and Components that are elementary and useful to assist developers to build applications under MVC patterns using QCObjects, Cross Browser Javascript Framework for MVC Patterns",

@@ -5,0 +5,0 @@ "main": "src/index.cjs",

@@ -33,4 +33,4 @@ /**

constructor(...o){
super(o);
constructor(o){
super(o);
var __instance__ = this;

@@ -37,0 +37,0 @@ this.__cache__ = new ComplexStorageCache({

@@ -53,3 +53,3 @@ /**

constructor (...o){
constructor (o){
super(o);

@@ -56,0 +56,0 @@ this.body.setAttribute("controllerClass", "DataGridController");

@@ -29,3 +29,3 @@ /**

class GridComponent extends Controller {
class GridController extends Controller {
dependencies=[];

@@ -32,0 +32,0 @@ component=null;

@@ -43,3 +43,3 @@ /**

this.sliderHandlerName = "slider_" + this.component.__instanceID.toString();
global.set(controller.sliderHandlerName, this);
global.set(this.sliderHandlerName, this);

@@ -46,0 +46,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc