Socket
Socket
Sign inDemoInstall

ckeditor5-letter-case

Package Overview
Dependencies
6
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

yarn-error.log

2

package.json
{
"name": "ckeditor5-letter-case",
"version": "1.0.0",
"version": "1.0.1",
"description": "simple letter case convert plugin for ckeditor5",

@@ -5,0 +5,0 @@ "main": "src/letter-case.js",

@@ -24,3 +24,3 @@ CKEditor 5 letter Case Plugin

```js
import LetterCase from 'ckeditor5-letter-case/src/letter-case';
import LetterCase from 'ckeditor5-letter-case';

@@ -27,0 +27,0 @@ Editor.builtinPlugins = [

@@ -7,5 +7,5 @@

import Model from "@ckeditor/ckeditor5-ui/src/model";
import { upperCase, lowerCase, titleCase, sentenceCase, toggleCase, getText } from "../utils";
import { upperCase, lowerCase, titleCase, sentenceCase, toggleCase, getText } from "./utils";
import LetterCaseIcon from "./../themes/icons/change-case.svg";
import LetterCaseIcon from "./../themes/icons/letter-case.svg";

@@ -12,0 +12,0 @@ // Lis of Change Case Options Available

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc