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

@ckeditor/ckeditor5-dev-utils

Package Overview
Dependencies
Maintainers
1
Versions
267
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.3 to 2.3.0

lib/compiler/getworkspacerelativepathinfo.js

1

LICENSE.md
Software License Agreement
==========================
**CKEditor 5 Development Utilities Library** – https://github.com/ckeditor/ckeditor5-dev-utils <br>
Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.

@@ -6,0 +5,0 @@

{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "2.2.3",
"description": "Utils for CKEditor 5 dev code (such as Gulp tasks).",
"version": "2.3.0",
"description": "Utils for CKEditor 5 development tools packages.",
"keywords": [],
"main": "lib/index.js",
"keywords": [],
"dependencies": {

@@ -15,8 +15,3 @@ "del": "^2.2.1",

"devDependencies": {
"@ckeditor/ckeditor5-dev-lint": "^1.0.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"guppy-pre-commit": "^0.4.0",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"mockery": "^2.0.0",

@@ -31,10 +26,6 @@ "sinon": "^1.17.4",

"author": "CKSource (http://cksource.com/)",
"license": "See LICENSE.md",
"homepage": "https://github.com/ckeditor/ckeditor5-dev-utils",
"bugs": "https://github.com/ckeditor/ckeditor5-dev-utils/issues",
"repository": "https://github.com/ckeditor/ckeditor5-dev-utils",
"scripts": {
"test": "mocha tests --recursive",
"coverage": "istanbul cover _mocha tests/ -- --recursive"
}
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils",
"bugs": "https://github.com/ckeditor/ckeditor5-dev/issues",
"repository": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils"
}

@@ -1,12 +0,7 @@

CKEditor 5 Development Utilities Library
CKEditor 5 development utilities library
========================================
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-dev-utils.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-dev-utils)
[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-dev-utils.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-dev-utils)
[![Test Coverage](https://codeclimate.com/github/ckeditor/ckeditor5-dev-utils/badges/coverage.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-dev-utils/coverage)
[![Code Climate](https://codeclimate.com/github/ckeditor/ckeditor5-dev-utils/badges/gpa.svg)](https://codeclimate.com/github/ckeditor/ckeditor5-dev-utils)
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-dev-utils/status.svg)](https://david-dm.org/ckeditor/ckeditor5-dev-utils#info=dependencies)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-dev-utils/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-dev-utils#info=devDependencies)
Utils for [CKEditor 5](https://ckeditor5.github.io) development tools packages.
Utils for [CKEditor 5](https://ckeditor5.github.io) dev code (such as Gulp tasks). More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5-dev-utils>.
More information about development tools packages can be found at the following URL: <https://github.com/ckeditor/ckeditor5-dev>.

@@ -51,18 +46,4 @@ ## Available modules

## Testing
Tests:
```
npm test
```
Code coverage:
```
npm run coverage
```
## License
Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the `LICENSE.md` file.
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