Socket
Socket
Sign inDemoInstall

@material/typography

Package Overview
Dependencies
Maintainers
14
Versions
1667
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/typography - npm Package Compare versions

Comparing version 15.0.0-canary.6c265915c.0 to 15.0.0-canary.6cda3ce8d.0

2

CHANGELOG.md

@@ -6,4 +6,4 @@ # Change Log

# [15.0.0-canary.6c265915c.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.6c265915c.0) (2023-03-09)
# [15.0.0-canary.6cda3ce8d.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.6cda3ce8d.0) (2023-09-12)
**Note:** Version bump only for package @material/typography
{
"name": "@material/typography",
"description": "Typography classes, mixins, and variables for Material Components for the web",
"version": "15.0.0-canary.6c265915c.0",
"version": "15.0.0-canary.6cda3ce8d.0",
"license": "MIT",

@@ -19,7 +19,7 @@ "keywords": [

"dependencies": {
"@material/feature-targeting": "15.0.0-canary.6c265915c.0",
"@material/theme": "15.0.0-canary.6c265915c.0",
"@material/feature-targeting": "15.0.0-canary.6cda3ce8d.0",
"@material/theme": "15.0.0-canary.6cda3ce8d.0",
"tslib": "^2.1.0"
},
"gitHead": "2226d2e658d88eace91ac63729977eb6bd7a9af9"
"gitHead": "adb36c6339e7bf37fe1e8ca96526a9673ca602e7"
}

@@ -26,3 +26,2 @@ /**

import * as fs from 'fs';
import * as path from 'path';

@@ -35,16 +34,2 @@

path.join(__dirname, 'feature-targeting-any.test.css'));
it('should allow global variable overrides with @import', () => {
const css = fs.readFileSync(
path.join(__dirname, 'global-variables.test.css'), 'utf8')
.trim();
const headline1Start = css.indexOf('.mdc-typography--headline1 {');
const headline1End = css.indexOf('}', headline1Start);
const headline1Css = css.substring(headline1Start, headline1End);
expect(headline1Css.includes('font-family: Arial'))
.toBe(true, '$mdc-typography-font-family should override');
expect(headline1Css.includes('font-size: 1rem'))
.toBe(
true, '$mdc-typography-styles-headline1-font-size should override');
});
});
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