🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pubann/textae

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pubann/textae - npm Package Compare versions

Comparing version
14.3.0
to
14.3.1
dist/lib/css/textae-14.3.1.css

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

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

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

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

+18
-21
{
"name": "@pubann/textae",
"description": "text annotation editor",
"version": "14.3.0",
"version": "14.3.1",
"author": "jdkim",

@@ -13,2 +13,3 @@ "bugs": {

"@codemirror/legacy-modes": "^6.5.2",
"@pubann/simple-inline-text-annotation": "^1.1.1",
"ajv": "^8.17.1",

@@ -20,3 +21,3 @@ "ajv-formats": "3.0.1",

"codemirror": "^6.0.2",
"debounce": "2.2.0",
"debounce": "3.0.0",
"delegate": "3.2.0",

@@ -33,3 +34,2 @@ "dohtml": "0.1.0",

"popover-autocomplete": "^1.0.1",
"@pubann/simple-inline-text-annotation": "^1.1.1",
"sticky-js": "1.3.0",

@@ -40,21 +40,15 @@ "throttleit": "^2.1.0",

"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.37.0",
"@biomejs/biome": "^2.3.4",
"clean-css-cli": "^5.6.3",
"connect": "3.7.0",
"cpx2": "^8.0.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^16.4.0",
"husky": "^9.1.7",
"less": "^4.4.2",
"less-watch-compiler": "1.16.3",
"lint-staged": "^16.2.3",
"lint-staged": "^16.2.6",
"mkdirp": "3.0.1",
"npm-run-all": "4.1.5",
"open-cli": "^8.0.0",
"prettier": "^3.6.2",
"replace-in-file": "^8.3.0",
"rimraf": "6.0.1",
"rimraf": "6.1.0",
"serve-favicon": "2.5.1",

@@ -65,3 +59,3 @@ "serve-static": "^2.2.0",

"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.102.0",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"

@@ -81,14 +75,17 @@ },

"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
"src/**/*.js": [
"npx @biomejs/biome check --write --unsafe",
"npx @biomejs/biome format --write"
],
"*.json": [
"prettier --write"
"src/**/*.json": [
"npx @biomejs/biome format --write"
],
"dev/**/*.js": [
"npx @biomejs/biome format --write"
],
"*.less": [
"prettier --write"
"npx @biomejs/biome format --write"
],
"userAcceptanceTest/**/*.md": [
"prettier --write"
"npx @biomejs/biome format --write"
]

@@ -121,3 +118,3 @@ },

"dist:less": "lessc 'src/lib/css/textae.less' tmp/css/$npm_package_name-$npm_package_version.css",
"dist:lint": "npx prettier --check 'src/lib/**/*.js' 'src/lib/css/*.less' && eslint src/lib",
"dist:lint": "npx @biomejs/biome check --error-on-warnings src/lib",
"dist:replace:version": "replace-in-file /{{version}}/g $npm_package_version dist/editor.html,dist/demo/**/*.html --isRegex",

@@ -124,0 +121,0 @@ "postinstall": "node ./scripts/postinstall.js",

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

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

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

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