New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cksource-cs/ckeditor-test-bundles-module

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cksource-cs/ckeditor-test-bundles-module

The module for storing test editor bundles for CKEditor Cloud Services

5.0.0
latest
Source
npm
Version published
Weekly downloads
1.2K
6.56%
Maintainers
0
Weekly downloads
 
Created
Source

CKEditor test bundles module

The module contains CKEditor 5 builds used for E2E and CKEditor Documents Converter tests. All the available bundles can be found in index.js. All bundles can be built locally with webpack (or other build tools) and all bundles include their own plugin configuration.

Updating CKEditor test bundles

  • Find the bundle(s) that you want to update.
  • Change version of packages in package.json or adjust the plugins in bundles.
  • Build all bundles with pnpm update:bundles.
  • Release new version of ckeditor-test-bundles module.

Adding a new bundle

  • Duplicate a bundle in src/editors. The name of a directory will be used as a name of the bundle.
  • Adjust packages, versions and plugins in the new bundle.
  • Include new bundle in exported object in index.js.
  • Build all bundles with pnpm update:bundles.
  • Release new version of ckeditor-test-bundles module.

Releasing new version of module

  • Use Publish token in ~/.npmrc file.
  • Set a proper version, lastPublicVersion and set private to false in the package.json file.
  • Make sure that all bundles are built and available in src/bundles directory.
  • Run npm publish.
  • Revert version to 1.0.0 and set private to true in the package.json file.
  • Use the Read-only token back in ~/.npmrc file.

FAQs

Package last updated on 30 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts