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

typography-breakpoint-constants

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography-breakpoint-constants - npm Package Compare versions

Comparing version 0.14.0 to 0.15.10

2

package.json
{
"name": "typography-breakpoint-constants",
"description": "Provide helpful constants for setting responsive breakpoints",
"version": "0.14.0",
"version": "0.15.10",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

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

@@ -7,4 +7,6 @@ export const LARGER_DISPLAY_WIDTH = '1600px'

export const LARGER_DISPLAY_MEDIA_QUERY = '@media only screen and (max-width:1600px)'
export const LARGE_DISPLAY_MEDIA_QUERY = '@media only screen and (max-width:1280px)'
export const LARGER_DISPLAY_MEDIA_QUERY =
'@media only screen and (max-width:1600px)'
export const LARGE_DISPLAY_MEDIA_QUERY =
'@media only screen and (max-width:1280px)'
export const DEFAULT_MEDIA_QUERY = '@media only screen and (max-width:980px)'

@@ -18,2 +20,2 @@ export const TABLET_MEDIA_QUERY = '@media only screen and (max-width:768px)'

export const MIN_TABLET_MEDIA_QUERY = '@media (min-width:768px)'
export const MIN_MOBILE_MEDIA_QUERY = '@media (min-width:480px)'
export const MIN_MOBILE_MEDIA_QUERY = '@media (min-width:480px)'
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