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

@udecode/plate-image

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-image - npm Package Compare versions

Comparing version 15.0.3 to 16.0.0

56

package.json
{
"name": "@udecode/plate-image",
"version": "15.0.3",
"description": "Image plugin for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
"version": "16.0.0",
"description": "Deprecated package. Use @udecode/plate-media instead.",
"homepage": "https://platejs.org",
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/nodes/image"
"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",
"re-resizable": "^6.9.9",
"react-textarea-autosize": "^8.3.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": {

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

@@ -1,15 +0,1 @@

# Plate image plugin
This package implements the image plugin for Plate.
## Documentation
Check out [Image](https://plate.udecode.io/docs/plugins/image).
## API
See the [API documentation](https://plate-api.udecode.io/globals.html).
## License
[MIT](../../../LICENSE)
Deprecated package. Use @udecode/plate instead.
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