Socket
Socket
Sign inDemoInstall

quill-mention

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-mention - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

dist/autoregister.d.ts

43

package.json
{
"name": "quill-mention",
"version": "6.0.0",
"version": "6.0.1",
"description": "@mentions for the Quill rich text editor",
"homepage": "https://quill-mention.com/",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"typings": "dist/esm/index.d.ts",
"module": "dist/index.mjs",
"type": "module",
"typings": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./autoregister": {
"types": "./dist/esm/autoregister.d.ts",
"import": "./dist/esm/autoregister.mjs",
"require": "./dist/cjs/autoregister.js"
"types": "./dist/autoregister.d.ts",
"import": "./dist/autoregister.mjs"
},
"./dist/quill.mention.min.css": {
"import": "./dist/quill.mention.min.css",
"require": "./dist/quill.mention.min.css"
"./dist/*.css": {
"import": "./dist/*.css"
}

@@ -36,9 +33,9 @@ },

"dependencies": {
"quill": "^2.0.1"
"quill": "^2.0.2"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@ava/typescript": "^5.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"ava": "^6.1.2",
"ava": "^6.1.3",
"concurrently": "^8.2.2",

@@ -53,3 +50,3 @@ "eslint": "^9.0.0",

"serve": "^14.2.1",
"tslib": "^2.6.2",
"tsimp": "^2.0.11",
"typescript": "^5.4.5"

@@ -62,11 +59,13 @@ },

"lint": "prettier -w src/",
"test": "npx tsc test/*.ts --outDir dist && ava"
"test": "ava"
},
"ava": {
"typescript": {
"compile": false,
"rewritePaths": {}
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
],
"files": [
"dist/test/*.js"
"test/**/*.test.ts"
]

@@ -73,0 +72,0 @@ },

@@ -36,4 +36,2 @@ ![Quill Mention](docs/static/quill-mention.png "Quill Mention")

import "quill-mention/autoregister";
// or
require("quill-mention/autoregister");
```

@@ -57,3 +55,3 @@

```javascript
import "quill-mention";
import "quill-mention/autoregister";

@@ -60,0 +58,0 @@ const atValues = [

import Quill from "quill";
import "./blots/mention";
import { Mention, MentionBlot } from ".";

@@ -4,0 +3,0 @@

export * from "./mention";

@@ -0,0 +0,0 @@ import Quill from "quill";

@@ -0,0 +0,0 @@ const Keys = {

export * from "./blots";
export * from "./mention";

@@ -0,0 +0,0 @@ import Quill from "quill";

import './quill.mention.css';
import './autoregister';

@@ -0,0 +0,0 @@ function attachDataValues(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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