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

@ckeditor/ckeditor5-dev-release-tools

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-dev-release-tools - npm Package Compare versions

Comparing version 45.0.1 to 45.0.2

3

lib/utils/publishpackageonnpmcallback.js

@@ -16,3 +16,2 @@ /**

const { tools } = await import( '@ckeditor/ckeditor5-dev-utils' );
const { default: fs } = await import( 'fs-extra' );

@@ -26,3 +25,3 @@ try {

await fs.remove( packagePath );
// Do nothing if `npm publish` says "OK". We cannot trust anything npm says.
} catch {

@@ -29,0 +28,0 @@ // Do nothing if an error occurs. A parent task will handle it.

{
"name": "@ckeditor/ckeditor5-dev-release-tools",
"version": "45.0.1",
"version": "45.0.2",
"description": "Tools used for releasing CKEditor 5 and related packages.",

@@ -25,3 +25,3 @@ "keywords": [],

"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.1",
"@ckeditor/ckeditor5-dev-utils": "^45.0.2",
"@octokit/rest": "^21.0.0",

@@ -28,0 +28,0 @@ "chalk": "^5.0.0",

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