Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-typography

Package Overview
Dependencies
Maintainers
1
Versions
175
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.1.2 to 1.1.3

40

index.test.js

@@ -11,22 +11,24 @@ // @flow

// Assert
expect(Object.keys(result).sort()).toEqual([
"Body",
"BodyMonospace",
"BodySerif",
"BodySerifBlock",
"Caption",
"Footnote",
"HeadingLarge",
"HeadingMedium",
"HeadingSmall",
"HeadingXSmall",
"LabelLarge",
"LabelMedium",
"LabelSmall",
"LabelXSmall",
"Tagline",
"Title",
"styles",
].sort());
expect(Object.keys(result).sort()).toEqual(
[
"Body",
"BodyMonospace",
"BodySerif",
"BodySerifBlock",
"Caption",
"Footnote",
"HeadingLarge",
"HeadingMedium",
"HeadingSmall",
"HeadingXSmall",
"LabelLarge",
"LabelMedium",
"LabelSmall",
"LabelXSmall",
"Tagline",
"Title",
"styles",
].sort(),
);
});
});
{
"name": "@khanacademy/wonder-blocks-typography",
"version": "1.1.2",
"version": "1.1.3",
"design": "v2",

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

"dependencies": {
"@khanacademy/wonder-blocks-core": "^2.2.0"
"@khanacademy/wonder-blocks-core": "^2.2.1"
},

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

"devDependencies": {
"@khanacademy/wonder-blocks-color": "^1.1.2",
"@khanacademy/wonder-blocks-color": "^1.1.3",
"wb-dev-build-settings": "^0.0.2"
}
}
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