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

codemirror-editor-vue3

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-editor-vue3 - npm Package Compare versions

Comparing version 2.3.0-beta2 to 2.3.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

# [2.3.0](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0-beta.1...v2.3.0) (2023-03-07)
# [2.3.0-beta.1](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.3.0-beta2...v2.3.0-beta.1) (2023-03-07)
# [2.3.0-beta2](https://github.com/RennCheung/codemirror-editor-vue3/compare/v2.2.1...v2.3.0-beta2) (2023-03-07)

@@ -2,0 +10,0 @@

17

package.json
{
"name": "codemirror-editor-vue3",
"description": "CodeMirror component for Vue3",
"version": "2.3.0-beta2",
"version": "2.3.0",
"license": "MIT",

@@ -48,4 +48,2 @@ "files": [

"build:types": "tsc --emitDeclarationOnly vite build",
"publish-pkg": "npm run release && vite build && git push && git push --tags && npm publish && npm run deploy-docs",
"publish-beta": "npm run release && vite build && npm publish --tag=beta",
"docs-dev": "vitepress dev docs --open",

@@ -55,4 +53,4 @@ "docs-build": "vitepress build docs",

"deploy-docs": "bash scripts/deploy-docs.sh",
"release": "tsx scripts/release.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.cjs",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",

@@ -66,5 +64,5 @@ "tsc": "tsc"

"peerDependencies": {
"vue": "^3.x",
"codemirror": "^5.x",
"diff-match-patch": "^1.0.5"
"diff-match-patch": "^1.0.5",
"vue": "^3.x"
},

@@ -87,3 +85,2 @@ "devDependencies": {

"diff-match-patch": "^1.0.5",
"enquirer": "^2.3.6",
"eslint": "^8.35.0",

@@ -95,10 +92,14 @@ "eslint-config-airbnb-base": "^15.0.0",

"eslint-plugin-vue": "^9.9.0",
"execa": "^4.0.2",
"execa": "^7.0.0",
"less": "^4.1.3",
"lint-staged": "^10.2.10",
"minimist": "^1.2.6",
"picocolors": "^1.0.0",
"prettier": "^2.8.4",
"prompts": "^2.4.2",
"rollup-plugin-cpy": "^2.0.1",
"rollup-plugin-vue": "^6.0.0",
"semver": "^7.3.5",
"tsx": "^3.12.3",
"enquirer": "^2.3.6",
"typescript": "^4.9.5",

@@ -105,0 +106,0 @@ "unplugin-auto-import": "^0.15.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