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

@udecode/plate-popper

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-popper - npm Package Compare versions

Comparing version 8.3.0 to 9.0.0

52

package.json
{
"name": "@udecode/plate-popper",
"version": "8.3.0",
"description": "Popper utilities for Plate",
"keywords": [
"slate",
"plate",
"plugin"
],
"homepage": "https://plate.udecode.io",
"version": "9.0.0",
"bugs": {

@@ -16,32 +9,31 @@ "url": "https://github.com/udecode/plate/issues"

"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/ui/popper"
"url": "https://github.com/udecode/plate.git"
},
"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/**/*"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && yarn rollup",
"build:w": "yarn rollup -w",
"cti": "sh ../../../cti.sh",
"rollup": "rollup -c=../../../rollup.config.js",
"test": "jest"
"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"
},
"dependencies": {
"@popperjs/core": "2.10.2",
"@udecode/plate-core": "8.3.0",
"react-popper": "2.2.5"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.66.1",
"slate-history": ">=0.66.0",
"slate-react": ">=0.66.1"
},
"publishConfig": {

@@ -48,0 +40,0 @@ "access": "public"

@@ -1,11 +0,1 @@

# Plate popper
This package implements the popper utilities for Plate.
## API
See the [API documentation](https://plate-api.udecode.io/globals.html).
## License
[MIT](../../../LICENSE)
This package is no longer maintained.
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