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

@sereneinserenade/tiptap-inline-suggestion

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sereneinserenade/tiptap-inline-suggestion - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.cjs.js

@@ -33,2 +33,3 @@ /**

function __awaiter(thisArg, _arguments, P, generator) {

@@ -149,2 +150,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

exports.default = InlineSuggestion;
exports.inlineSuggestionPluginKey = inlineSuggestionPluginKey;
//# sourceMappingURL=index.cjs.js.map

4

dist/index.d.ts

@@ -1,2 +0,2 @@

export { InlineSuggestion } from './inlineSuggestion';
export { InlineSuggestion as default } from './inlineSuggestion';
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey } from "./inlineSuggestion";
export type { InlineSuggestionOptions, InlineSuggestionStorage } from "./inlineSuggestion";

@@ -29,2 +29,3 @@ /**

function __awaiter(thisArg, _arguments, P, generator) {

@@ -143,3 +144,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

export { InlineSuggestion, InlineSuggestion as default };
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey };
//# sourceMappingURL=index.js.map
{
"name": "@sereneinserenade/tiptap-inline-suggestion",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "Tiptap Extension for adding inline suggestions. Ex. for AI autocompletion.",
"keywords": [
"tiptap",
"tiptap-extension",
"wysiwyg",
"text editor",
"inline suggestion",
"ai-autocompletion",
"prosemirror"
],
"repository": {
"type": "git",
"url": "https://github.com/sereneinserenade/tiptap-inline-suggestion/"
},
"author": "Jeet Mandaliya (github: sereneinserenade)",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/sereneinserenade"
},
"license": "MIT",
"main": "dist/index.cjs.js",

@@ -6,0 +25,0 @@ "module": "dist/index.js",

@@ -10,3 +10,3 @@ # InlineSuggestion

https://github.com/sereneinserenade/tiptap-inline-suggestion/assets/45892659/1174060e-6f7d-4df5-a228-d428caa2b9e1
https://github.com/sereneinserenade/tiptap-inline-suggestion/assets/45892659/b69efd59-f853-4c03-9a03-85044e43f58a

@@ -61,2 +61,11 @@ </details>

## My
A ⭐️ to the repo if you 👍 / ❤️ what I'm doing would be much appreciated. If you're using this extension, it'd be very kind of you to **[:heart: Sponsor me](https://github.com/sponsors/sereneinserenade)**.
I've made a bunch of extensions for Tiptap 2, some of them are **Resiable Images And Videos**, **Search and Replace**, **LanguageTool integration** with tiptap. You can check it our here https://github.com/sereneinserenade#a-glance-of-my-projects.
## License
MIT © Jeet Mandaliya(github: sereneinserenade)

@@ -1,2 +0,7 @@

export { InlineSuggestion } from './inlineSuggestion'
export { InlineSuggestion as default } from './inlineSuggestion'
export { InlineSuggestion, InlineSuggestion as default, inlineSuggestionPluginKey } from "./inlineSuggestion";
export type {
InlineSuggestionOptions,
InlineSuggestionStorage
} from "./inlineSuggestion";

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