🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@ckeditor/jsdoc-plugins

Package Overview
Dependencies
Maintainers
0
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/jsdoc-plugins - npm Package Compare versions

Comparing version

to
43.0.0-alpha.0

27

package.json
{
"name": "@ckeditor/jsdoc-plugins",
"version": "42.1.0",
"version": "43.0.0-alpha.0",
"description": "Various JSDoc plugins developed by the CKEditor 5 team.",

@@ -15,7 +15,10 @@ "keywords": [

],
"dependencies": {
"fs-extra": "^9.1.0",
"lodash": "^4.17.15",
"jsdoc": "ckeditor/jsdoc#fixed-trailing-comment-doclets",
"upath": "^2.0.1"
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/jsdoc-plugins",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-dev.git",
"directory": "packages/jsdoc-plugins"
},

@@ -29,11 +32,7 @@ "engines": {

],
"author": "CKSource (http://cksource.com/)",
"license": "MIT",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/jsdoc-plugins",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-dev.git",
"directory": "packages/jsdoc-plugins"
"dependencies": {
"fs-extra": "^11.2.0",
"lodash": "^4.17.15",
"jsdoc": "ckeditor/jsdoc#fixed-trailing-comment-doclets"
}
}