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

@ckeditor/ckeditor5-inspector

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-inspector - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

13

CHANGELOG.md
Changelog
=========
## [2.1.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v2.0.0...v2.1.0) (2020-06-01)
### Features
* Added the "Scroll to selection" buttons in the Model and View tabs. Closes [#77](https://github.com/ckeditor/ckeditor5-inspector/issues/77). ([699eab6](https://github.com/ckeditor/ckeditor5-inspector/commit/699eab6))
### Bug fixes
* Checkboxes in the inspector UI should be centered vertically. Closes [#84](https://github.com/ckeditor/ckeditor5-inspector/issues/84). ([65b8aca](https://github.com/ckeditor/ckeditor5-inspector/commit/65b8aca))
* Improved performance of the inspector by avoiding unnecessary React rendering. Closes [#79](https://github.com/ckeditor/ckeditor5-inspector/issues/79). ([44e7850](https://github.com/ckeditor/ckeditor5-inspector/commit/44e7850))
* User-agent styles of HTML select elements should not be overridden by the inspector. Closes [#65](https://github.com/ckeditor/ckeditor5-inspector/issues/65). ([396af59](https://github.com/ckeditor/ckeditor5-inspector/commit/396af59))
## [2.0.0](https://github.com/ckeditor/ckeditor5-inspector/compare/v1.5.0...v2.0.0) (2020-03-26)

@@ -5,0 +18,0 @@

20

package.json
{
"name": "@ckeditor/ckeditor5-inspector",
"dependencies": {},
"main": "build/inspector.js",

@@ -10,5 +9,5 @@ "files": [

"license": "GPL-2.0-or-later",
"version": "2.0.0",
"version": "2.1.0",
"engines": {
"node": ">=8.0.0",
"node": ">=10.0.0",
"npm": ">=5.7.1"

@@ -47,9 +46,9 @@ },

"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-basic-styles": "^18.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^18.0.0",
"@ckeditor/ckeditor5-core": "^18.0.0",
"@ckeditor/ckeditor5-dev-env": "^17.1.0",
"@ckeditor/ckeditor5-paragraph": "^18.0.0",
"@ckeditor/ckeditor5-ui": "^18.0.0",
"@ckeditor/ckeditor5-utils": "^18.0.0",
"@ckeditor/ckeditor5-basic-styles": "^19.0.1",
"@ckeditor/ckeditor5-build-decoupled-document": "^19.0.2",
"@ckeditor/ckeditor5-core": "^19.0.1",
"@ckeditor/ckeditor5-dev-env": "^20.2.0",
"@ckeditor/ckeditor5-paragraph": "^19.1.0",
"@ckeditor/ckeditor5-ui": "^19.0.1",
"@ckeditor/ckeditor5-utils": "^19.0.2",
"babel-eslint": "^10.0.1",

@@ -86,2 +85,3 @@ "babel-loader": "^8.0.5",

"react-dom": "^16.8.1",
"react-fast-compare": "^3.1.1",
"react-redux": "^7.2.0",

@@ -88,0 +88,0 @@ "react-rnd": "^10.0.0",

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

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