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

@syncfusion/ej2-base

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-base - npm Package Compare versions

Comparing version 16.2.50 to 16.3.17

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.2.50
* version : 16.3.17
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

{
"name": "@syncfusion/ej2-base",
"version": "16.2.50",
"version": "16.3.17",
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",

@@ -5,0 +5,0 @@ "author": "Syncfusion Inc.",

@@ -23,2 +23,3 @@ import { isUndefined, getValue, isNullOrUndefined, setValue, uniqueID } from './util';import { ModuleLoader, ModuleDeclaration } from './module-loader';import { Base } from './base';import { Observer, BoundOptions } from './observer';import { ChildProperty } from './child-property';import { Property, NotifyPropertyChanges } from './notify-property-change';import { onIntlChange, rightToLeft, defaultCulture } from './internationalization';import { createElement } from './dom';

* @default undefined
* @aspDefaultValueIgnore
*/

@@ -25,0 +26,0 @@ locale?: string;

@@ -24,2 +24,3 @@ import { ModuleLoader, ModuleDeclaration } from './module-loader';

* @default undefined
* @aspDefaultValueIgnore
*/

@@ -26,0 +27,0 @@ locale: string;

@@ -1,2 +0,1 @@

import * as base from './index';
export { base };
export * from './index';

@@ -30,3 +30,3 @@ import { createInstance, isUndefined, merge, extend, getValue } from './util';

if (isFactory) {
curType = type(defaultValue[i]);
curType = type(defaultValue[i], instance);
}

@@ -100,3 +100,3 @@ if (isSetter) {

return function (newValue) {
var curType = type(newValue);
var curType = type(newValue, this);
getObject(this, curKey, defaultValue, curType).setProperties(newValue);

@@ -103,0 +103,0 @@ };

@@ -171,3 +171,3 @@ var __extends = (this && this.__extends) || (function () {

_this.touchAction = true;
}, (typeof _this.tap !== 'function' ? 0 : 10));
}, (typeof _this.tap !== 'function' ? 0 : 20));
_this.lastTapTime = new Date().getTime();

@@ -174,0 +174,0 @@ EventHandler.remove(_this.element, Browser.touchMoveEvent, _this.moveEvent);

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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