Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-vue

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-vue - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0

17

package.json
{
"name": "@ckeditor/ckeditor5-vue",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"main": "dist/ckeditor.js",

@@ -24,8 +24,8 @@ "types": "dist/plugin.d.ts",

"@babel/core": "^7.17.7",
"@ckeditor/ckeditor5-build-classic": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-dev-bump-year": "^35.0.0",
"@ckeditor/ckeditor5-dev-ci": "^35.0.0",
"@ckeditor/ckeditor5-dev-release-tools": "^35.0.0",
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
"@ckeditor/ckeditor5-build-classic": "^37.0.0",
"@ckeditor/ckeditor5-core": "^37.0.0",
"@ckeditor/ckeditor5-dev-bump-year": "^36.0.0",
"@ckeditor/ckeditor5-dev-ci": "^36.0.0",
"@ckeditor/ckeditor5-dev-release-tools": "^36.0.0",
"@ckeditor/ckeditor5-dev-utils": "^36.0.0",
"@types/lodash-es": "^4.17.6",

@@ -76,4 +76,3 @@ "@vue/test-utils": "^2.3.1",

"release:publish": "node ./scripts/publish.js",
"prerelease": "npm run build; if [ -n \"$(git status dist/ --porcelain)\" ]; then git add -u dist/ && git commit -m 'Internal: Build.'; fi",
"release": "node ./scripts/release.js",
"prerelease:bump-version": "npm run build; if [ -n \"$(git status dist/ --porcelain)\" ]; then git add -u dist/ && git commit -m 'Internal: Build.'; fi",
"test": "node ./scripts/test.js",

@@ -80,0 +79,0 @@ "coverage": "node ./scripts/test.js --coverage",

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