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

@dhis2/d2-ui-rich-text

Package Overview
Dependencies
Maintainers
13
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/d2-ui-rich-text - npm Package Compare versions

Comparing version 5.0.17 to 5.0.18

4

editor/convertCtrlKey.js

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

var _this = this;
var state = {

@@ -40,3 +38,3 @@ boldMode: false,

_this.toggleMode(mode);
toggleMode(mode);
}

@@ -43,0 +41,0 @@

@@ -9,6 +9,6 @@ {

"scripts": {
"coverage": "jest --coverage",
"coverage": "jest --coverage --config=../../jest.config.js packages/rich-text",
"test-ci": "jest --config=../../jest.config.js packages/rich-text",
"lint": "eslint src/",
"prebuild": "rimraf ./build/*",
"prebuild": "npm run lint && rimraf ./build/*",
"build": "cross-env BABEL_ENV=es babel src --out-dir build --ignore spec.js",

@@ -33,3 +33,4 @@ "watch": "yarn build -- --watch"

},
"version": "5.0.17"
"version": "5.0.18",
"private": false
}

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