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

@draft-js-plugins/inline-toolbar

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@draft-js-plugins/inline-toolbar - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # Change Log

## 4.1.0
- add "sideEffects": false for tree shaking
## 4.0.0

@@ -10,0 +14,0 @@

8

package.json
{
"name": "@draft-js-plugins/inline-toolbar",
"version": "4.0.0",
"version": "4.1.0",
"sideEffects": false,
"description": "Toolbar Plugin for DraftJS",

@@ -34,3 +35,4 @@ "author": {

"build:dts": "tsc -d --emitDeclarationOnly --declarationDir lib",
"build:css": "node ../../scripts/build-css.js $(pwd)"
"build:css": "node ../../scripts/build-css.js $(pwd)",
"test": "jest"
},

@@ -44,3 +46,3 @@ "license": "MIT",

"draft-js": "^0.10.1 || ^0.11.0",
"react": "^16.3.0"
"react": "^16.3.0 || ^17.0.0"
},

@@ -47,0 +49,0 @@ "publishConfig": {

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