🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@udecode/plate-media-embed

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-media-embed - npm Package Compare versions

Comparing version

to
16.0.0

{
"name": "@udecode/plate-media-embed",
"version": "15.0.3",
"description": "Media embed plugin for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
"version": "16.0.0",
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/nodes/media-embed"
"url": "https://github.com/udecode/plate.git"
},
"bugs": {
"url": "https://github.com/udecode/plate/issues"
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"module": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist/**/*"
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-core": "15.0.3"
"scripts": {
"brl": "yarn p:brl",
"build": "yarn p:build",
"build:watch": "yarn p:build:watch",
"clean": "yarn p:clean",
"lint": "yarn p:lint",
"lint:fix": "yarn p:lint:fix",
"test": "yarn p:test",
"test:watch": "yarn p:test:watch",
"typecheck": "yarn p:typecheck"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.66.1",
"slate-history": ">=0.66.0",
"slate-react": ">=0.74.2"
},
"keywords": [
"plate",
"plugin",
"slate"
],
"publishConfig": {

@@ -37,0 +39,0 @@ "access": "public"

@@ -1,17 +0,1 @@

# Plate media embed plugin
This package implements the media embed plugin for Plate. It allows inserting
embeddable media such as YouTube or Vimeo videos and tweets into your
editor.
## Documentation
Check out [Media Embed](https://plate.udecode.io/docs/plugins/media-embed).
## API
See the [API documentation](https://plate-api.udecode.io/globals.html).
## License
[MIT](../../../LICENSE)
This package is no longer maintained.