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

@khanacademy/wonder-blocks-typography

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.16 to 1.1.0

6

package.json
{
"name": "@khanacademy/wonder-blocks-typography",
"version": "1.0.16",
"version": "1.1.0",
"design": "v2",

@@ -18,3 +18,3 @@ "publishConfig": {

"dependencies": {
"@khanacademy/wonder-blocks-core": "^2.0.1"
"@khanacademy/wonder-blocks-core": "^2.1.0"
},

@@ -26,5 +26,5 @@ "peerDependencies": {

"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.0.16",
"@khanacademy/wonder-blocks-color": "^1.1.0",
"wb-dev-build-settings": "^0.0.2"
}
}
// @flow
import type {Node} from "react";
import type {
AriaProps,
TextTag,
StyleType,
} from "@khanacademy/wonder-blocks-core";
import * as React from "react";
// TODO(kevinb): fix style type after upgrading flow
export type Props = AriaProps & {
style?: StyleType,
children?: Node,
id?: string,
tag: TextTag,
};
import {Text} from "@khanacademy/wonder-blocks-core";
export type Props = React.ElementConfig<typeof Text>;
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