Socket
Socket
Sign inDemoInstall

@udecode/plate-core

Package Overview
Dependencies
Maintainers
2
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@udecode/plate-core - npm Package Compare versions

Comparing version 10.1.0 to 10.1.1

8

CHANGELOG.md
# @udecode/plate-core
## 10.1.1
### Patch Changes
- [#1388](https://github.com/udecode/plate/pull/1388) by [@zbeyens](https://github.com/zbeyens) – fix for docs only: use `Array.from` instead of destructuring generators
- [#1392](https://github.com/udecode/plate/pull/1392) by [@zbeyens](https://github.com/zbeyens) – fix: using `PlateProvider` was not setting the initial value
## 10.1.0

@@ -4,0 +12,0 @@

5

dist/components/PlateProvider.d.ts
import React, { FC } from 'react';
import { PlateProps } from './Plate';
export declare const PlateProvider: ({ id: _ids, children, ...props }: {
export declare const PlateProvider: ({ id: _ids, children, }: {
id?: string | string[] | undefined;
children: any;
} & PlateProps<{}>) => JSX.Element | null;
}) => JSX.Element | null;
export declare const withPlateProvider: <T>(Component: React.FC<T>) => React.FunctionComponent<T>;
//# sourceMappingURL=PlateProvider.d.ts.map

2

package.json
{
"name": "@udecode/plate-core",
"version": "10.1.0",
"version": "10.1.1",
"description": "The core architecture of Plate – a plugin system for slate",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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