Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inputs - npm Package Compare versions

Comparing version 1.0.19 to 1.0.21

dist/es6/maskedtextbox/base/index.js

1

dist/es6/index.js
export * from './numerictextbox/index';
export * from './maskedtextbox/index';
export * from './input/index';
export * from './form-validator/index';

5

package.json
{
"name": "@syncfusion/ej2-inputs",
"version": "1.0.19",
"version": "1.0.21",
"description": "Essential JS 2 Input Components",

@@ -9,3 +9,3 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "^1.0.19"
"@syncfusion/ej2-base": "^1.0.21"
},

@@ -36,2 +36,3 @@ "devDependencies": {

"percent textbox",
"masked textbox",
"currency textbox",

@@ -38,0 +39,0 @@ "spin buttons",

@@ -6,2 +6,3 @@ A package of Essential JS 2 Input textbox components. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.

* [TextBox Demos](http://ej2.syncfusion.com/demos/#/textboxes/default.html)
* [MaskedTextBox Demos](http://ej2.syncfusion.com/demos/#/maskedtextbox/default.html)

@@ -8,0 +9,0 @@ ## Changelog

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

export * from './numerictextbox/index';
export * from './maskedtextbox/index';
export * from './input/index';
export * from './form-validator/index';

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

define(["require", "exports", "./numerictextbox/index", "./input/index", "./form-validator/index"], function (require, exports, index_1, index_2, index_3) {
define(["require", "exports", "./numerictextbox/index", "./maskedtextbox/index", "./input/index", "./form-validator/index"], function (require, exports, index_1, index_2, index_3, index_4) {
"use strict";

@@ -10,2 +10,3 @@ function __export(m) {

__export(index_3);
__export(index_4);
});

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 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

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