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

@editorjs/editorjs

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@editorjs/editorjs - npm Package Compare versions

Comparing version 2.29.0-rc.6 to 2.29.0-rc.7

9

package.json
{
"name": "@editorjs/editorjs",
"version": "2.29.0-rc.6",
"version": "2.29.0-rc.7",
"description": "Editor.js — Native JS, based on API and Open Source",

@@ -17,3 +17,4 @@ "main": "dist/editorjs.umd.js",

"dev": "vite",
"build": "vite build",
"build": "vite build --mode production",
"build:test": "vite build --mode test",
"lint": "eslint src/ --ext .ts && yarn lint:tests",

@@ -30,4 +31,4 @@ "lint:errors": "eslint src/ --ext .ts --quiet",

"tools:update": "yarn _tools:checkout && yarn _tools:pull && yarn _tools:make",
"test:e2e": "yarn build && cypress run",
"test:e2e:open": "yarn build && cypress open",
"test:e2e": "yarn build:test && cypress run",
"test:e2e:open": "yarn build:test && cypress open",
"devserver:start": "yarn build && node ./devserver.js"

@@ -34,0 +35,0 @@ },

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

import { BlockAPI } from '../../api';
import type { BlockAPI } from '../../api';

@@ -3,0 +3,0 @@ /**

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

import { BlockMutationEventDetail } from './Base';
import type { BlockMutationEventDetail } from './Base';

@@ -3,0 +3,0 @@ /**

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

import { BlockMutationEventDetail } from './Base';
import type { BlockMutationEventDetail } from './Base';

@@ -3,0 +3,0 @@ /**

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

import { BlockMutationEventDetail } from './Base';
import type { BlockMutationEventDetail } from './Base';

@@ -3,0 +3,0 @@ /**

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

import { BlockMutationEventDetail } from './Base';
import type { BlockMutationEventDetail } from './Base';

@@ -3,0 +3,0 @@ /**

@@ -1,5 +0,5 @@

import { BlockAddedEvent, BlockAddedMutationType } from './BlockAdded';
import { BlockChangedEvent, BlockChangedMutationType } from './BlockChanged';
import { BlockMovedEvent, BlockMovedMutationType } from './BlockMoved';
import { BlockRemovedEvent, BlockRemovedMutationType } from './BlockRemoved';
import { type BlockAddedEvent, BlockAddedMutationType } from './BlockAdded';
import { type BlockChangedEvent, BlockChangedMutationType } from './BlockChanged';
import { type BlockMovedEvent, BlockMovedMutationType } from './BlockMoved';
import { type BlockRemovedEvent, BlockRemovedMutationType } from './BlockRemoved';

@@ -6,0 +6,0 @@ /**

Sorry, the diff of this file is not supported yet

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