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

@ckeditor/ckeditor5-dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-dev-utils - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

lib/git.js

@@ -128,3 +128,3 @@ /**

getStatus( repositoryPath ) {
return tools.shExec( `cd ${ repositoryPath } && git status --porcelain -sb`, false );
return tools.shExec( `cd ${ repositoryPath } && git status --porcelain -sb`, { verbosity: 'error' } );
},

@@ -131,0 +131,0 @@

{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "2.2.0",
"version": "2.2.1",
"description": "Utils for CKEditor 5 dev code (such as Gulp tasks).",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

expect( shExecStub.firstCall.args[ 0 ] ).to.equal( statusCommands );
expect( shExecStub.firstCall.args[ 1 ] ).to.deep.equal( { verbosity: 'error' } );
} );

@@ -226,0 +227,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