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

lexical-vue2

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lexical-vue2 - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

src/components/LexicalHistoryPlugin.vue

2

build/rollup.config.js

@@ -5,2 +5,3 @@ import vue from 'rollup-plugin-vue';

import babel from 'rollup-plugin-babel';
import typescript from '@rollup/plugin-typescript';

@@ -27,2 +28,3 @@ export default {

plugins: [
typescript(),
resolve({

@@ -29,0 +31,0 @@ extensions: ['.js', '.vue'],

14

package.json
{
"name": "lexical-vue2",
"version": "1.0.11",
"version": "1.0.12",
"description": "use lexical in vue2",

@@ -30,7 +30,6 @@ "main": "dist/bundle.js",

"@babel/preset-env": "^7.22.10",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "13.3.0",
"@vue/composition-api": "^1.7.1",
"@babel/preset-typescript": "^7",
"@lexical/clipboard": "^0.11.3",
"@lexical/dragon": "^0.11.3",
"@lexical/history": "^0.11.3",
"@lexical/link": "^0.11.3",

@@ -42,4 +41,8 @@ "@lexical/mark": "^0.11.3",

"@lexical/utils": "^0.11.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@vue/composition-api": "^1.7.1",
"lexical": "^0.11.3",
"rollup": "2.68.0",
"rollup": "2.78.0",
"rollup-plugin-babel": "^4.4.0",

@@ -53,2 +56,3 @@ "rollup-plugin-buble": "^0.19.8",

"terser": "^4.2.0",
"typescript": "^4",
"vue": "~2.6.14",

@@ -55,0 +59,0 @@ "vue-template-compiler": "~2.6.14"

@@ -25,2 +25,5 @@ export {

} from './LexicalOnChangePlugin.vue'
export {
default as LexicalHistoryPlugin
} from './LexicalHistoryPlugin.vue'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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