Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-cell

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-cell - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

12

CHANGELOG.md
# @khanacademy/wonder-blocks-cell
## 3.0.9
### Patch Changes
- a6164ed0: Don't use React.FC<> for functional components
- Updated dependencies [3c400719]
- Updated dependencies [a6164ed0]
- @khanacademy/wonder-blocks-core@5.1.0
- @khanacademy/wonder-blocks-clickable@3.0.9
- @khanacademy/wonder-blocks-layout@2.0.9
- @khanacademy/wonder-blocks-typography@2.0.9
## 3.0.8

@@ -4,0 +16,0 @@

2

dist/components/compact-cell.d.ts

@@ -21,3 +21,3 @@ import * as React from "react";

*/
declare const CompactCell: React.FC<CellProps>;
declare const CompactCell: (props: CellProps) => React.ReactElement;
export default CompactCell;

@@ -38,3 +38,3 @@ import * as React from "react";

*/
declare const DetailCell: React.FC<DetailCellProps>;
declare const DetailCell: (props: DetailCellProps) => React.ReactElement;
export default DetailCell;

@@ -25,3 +25,3 @@ import * as React from "react";

*/
declare const CellCore: React.FC<CellCoreProps>;
declare const CellCore: (props: CellCoreProps) => React.ReactElement;
export default CellCore;
{
"name": "@khanacademy/wonder-blocks-cell",
"version": "3.0.8",
"version": "3.0.9",
"design": "v1",

@@ -17,8 +17,8 @@ "publishConfig": {

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-clickable": "^3.0.8",
"@khanacademy/wonder-blocks-clickable": "^3.0.9",
"@khanacademy/wonder-blocks-color": "^2.0.1",
"@khanacademy/wonder-blocks-core": "^5.0.4",
"@khanacademy/wonder-blocks-layout": "^2.0.8",
"@khanacademy/wonder-blocks-core": "^5.1.0",
"@khanacademy/wonder-blocks-layout": "^2.0.9",
"@khanacademy/wonder-blocks-spacing": "^4.0.1",
"@khanacademy/wonder-blocks-typography": "^2.0.8"
"@khanacademy/wonder-blocks-typography": "^2.0.9"
},

@@ -25,0 +25,0 @@ "peerDependencies": {

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 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