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

@udecode/plate-basic-elements

Package Overview
Dependencies
Maintainers
2
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-basic-elements - npm Package Compare versions

Comparing version 13.5.0 to 13.6.0

40

package.json
{
"name": "@udecode/plate-basic-elements",
"version": "13.5.0",
"version": "13.6.0",
"description": "Basic elements plugin for Plate",
"keywords": [
"slate",
"plate",
"plugin"
],
"license": "MIT",
"homepage": "https://plate.udecode.io",
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"repository": {

@@ -19,6 +12,7 @@ "type": "git",

},
"license": "MIT",
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [

@@ -28,15 +22,16 @@ "dist"

"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && yarn rollup",
"build": "yarn clean && tsc && yarn rollup",
"build:w": "yarn rollup -w",
"cti": "sh ../../../cti.sh",
"rollup": "rollup -c=../../../rollup.config.js",
"clean": "rimraf dist",
"cti": "sh ../../../scripts/cti.sh",
"rollup": "rollup -c=../../../config/rollup.config.js",
"test": "jest"
},
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-block-quote": "13.5.0",
"@udecode/plate-code-block": "13.5.0",
"@udecode/plate-core": "13.5.0",
"@udecode/plate-heading": "13.5.0",
"@udecode/plate-paragraph": "13.5.0"
"@udecode/plate-block-quote": "13.6.0",
"@udecode/plate-code-block": "13.6.0",
"@udecode/plate-core": "13.6.0",
"@udecode/plate-heading": "13.6.0",
"@udecode/plate-paragraph": "13.6.0"
},

@@ -50,2 +45,7 @@ "peerDependencies": {

},
"keywords": [
"plate",
"plugin",
"slate"
],
"publishConfig": {

@@ -52,0 +52,0 @@ "access": "public"

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