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.2 to 45.0.3

2

lib/utils/checkversionavailability.js

@@ -18,3 +18,3 @@ /**

export default async function checkVersionAvailability( version, packageName ) {
return pacote.manifest( `${ packageName }@${ version }` )
return pacote.manifest( `${ packageName }@${ version }`, { cache: null } )
.then( () => {

@@ -21,0 +21,0 @@ // If `pacote.manifest` resolves, a package with the given version exists.

@@ -18,3 +18,3 @@ /**

export default async function isVersionPublishableForTag( packageName, version, npmTag ) {
const npmVersion = await pacote.manifest( `${ packageName }@${ npmTag }` )
const npmVersion = await pacote.manifest( `${ packageName }@${ npmTag }`, { cache: null } )
.then( ( { version } ) => version )

@@ -21,0 +21,0 @@ // An `npmTag` does not exist, or it's a first release of a package.

@@ -41,3 +41,3 @@ /**

return pacote.packument( packageName )
return pacote.packument( packageName, { cache: null } )
.then( result => {

@@ -44,0 +44,0 @@ const lastVersion = Object.keys( result.versions )

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

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

"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.2",
"@ckeditor/ckeditor5-dev-utils": "^45.0.3",
"@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