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

@syncfusion/ej2-react-base

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 16.3.24 to 16.3.29

16

CHANGELOG.md

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

#### Breaking Changes
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
#### New Features

@@ -14,2 +18,14 @@

## 16.3.17 (2018-09-17)
### Common
#### Breaking Changes
- The individual `npm` package will no longer bundle dependent component's style. The online web tool [CRG](https://crg.syncfusion.com/) can be used to combine specific set of component and its dependent component styles.
#### New Features
- Provided support for latest react version and resolved the duplicate package installation in react base.
## 16.2.41 (2018-06-25)

@@ -16,0 +32,0 @@

2

dist/ej2-react-base.umd.min.js
/*!
* filename: ej2-react-base.umd.min.js
* version : 16.3.24
* version : 16.3.29
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

/*!
* filename: index.d.ts
* version : 16.3.24
* version : 16.3.29
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

import * as _reactbase from '@syncfusion/ej2-react-base';
import * as _base from '@syncfusion/ej2-base';
export declare namespace ej {
const reactbase: typeof _reactbase;
const base: typeof _base;
}
{
"name": "@syncfusion/ej2-react-base",
"version": "16.3.24",
"version": "16.3.29",
"description": "A common package of Essential JS 2 React base, methods and class definitions",

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

"dependencies": {
"@syncfusion/ej2-base": "~16.3.24"
"@syncfusion/ej2-base": "~16.3.29"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"sideEffects": false
"sideEffects": true
}

@@ -1,1 +0,3 @@

export * from './index';
import * as reactbase from './index';
import * as base from '@syncfusion/ej2-base';
export { reactbase, base };

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

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