Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-tiptap-extension

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-tiptap-extension - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

4

package.json
{
"name": "create-tiptap-extension",
"description": "Create a new Tiptap extension in seconds.",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",

@@ -36,3 +36,3 @@ "type": "module",

"build": "tsc",
"develop": "tsc -w"
"dev": "tsc -w"
},

@@ -39,0 +39,0 @@ "dependencies": {

@@ -13,3 +13,3 @@ {

"build": "npm run clean && rollup -c",
"develop": "npm run clean && rollup -c -w"
"dev": "npm run clean && rollup -c -w"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -11,3 +11,3 @@ {

"build": "npm run clean && rollup -c",
"develop": "npm run clean && rollup -c -w"
"dev": "npm run clean && rollup -c -w"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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