@udecode/plate-popper
Advanced tools
Comparing version 8.3.0 to 9.0.0
{ | ||
"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. |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
962
2
0
1
1
2
2
- Removed@popperjs/core@2.10.2
- Removed@udecode/plate-core@8.3.0
- Removedreact-popper@2.2.5
- Removed@juggle/resize-observer@3.4.0(transitive)
- Removed@popperjs/core@2.10.2(transitive)
- Removed@udecode/plate-core@8.3.0(transitive)
- Removedclsx@1.2.1(transitive)
- Removedcompute-scroll-into-view@3.1.1(transitive)
- Removeddirection@1.0.4(transitive)
- Removedimmer@10.1.1(transitive)
- Removedis-hotkey@0.2.0(transitive)
- Removedis-plain-object@5.0.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.219.0.0(transitive)
- Removedreact-dom@19.0.0(transitive)
- Removedreact-fast-compare@3.2.2(transitive)
- Removedreact-popper@2.2.5(transitive)
- Removedscheduler@0.25.0(transitive)
- Removedscroll-into-view-if-needed@3.1.0(transitive)
- Removedslate@0.112.0(transitive)
- Removedslate-dom@0.111.0(transitive)
- Removedslate-history@0.110.3(transitive)
- Removedslate-react@0.112.0(transitive)
- Removedtiny-invariant@1.3.1(transitive)
- Removedtiny-warning@1.0.3(transitive)
- Removedwarning@4.0.3(transitive)
- Removedzustand@3.7.2(transitive)