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

include-media

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

include-media - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

2

bower.json
{
"name": "include-media",
"version": "1.4.8",
"version": "1.4.9",
"homepage": "https://github.com/eduardoboucas/import-media",

@@ -5,0 +5,0 @@ "authors": [

@@ -31,3 +31,3 @@ 'use strict';

.pipe(plugins.header(fs.readFileSync('./banner.txt', 'utf8')))
.pipe(plugins.header('@charset \'UTF-8\';\n\n'))
.pipe(plugins.header('@charset "UTF-8";\n\n'))
.pipe(plugins.replace(/@version@/, packageInfo.version))

@@ -34,0 +34,0 @@ .pipe(gulp.dest('./dist'));

{
"title": "include-media",
"name": "include-media",
"version": "1.4.8",
"version": "1.4.9",
"description": "Simple, elegant and maintainable media queries in Sass",

@@ -6,0 +6,0 @@ "repository": {

@@ -36,4 +36,5 @@ <a href="http://include-media.com">!['At' sign](http://include-media.com/assets/images/logo.png)</a>

- [include-media-spread](https://github.com/jackmcpickle/include-media-spread) - Calculates the difference between property values and distributes them through your **include-media** breakpoints.
- [flex_e_ble](https://github.com/jackmcpickle/flex_e_ble) - Uses your **include-media** breakpoints to create your own flexible class naming structure on top of a `flex` based grid with `inline-block` fallback for >= ie8 compatibility
- [include-media-grid](https://github.com/tszarzynski/include-media-grid) - An **include-media** plugin for generating grid classes based on the flex display
- [flex_e_ble](https://github.com/jackmcpickle/flex_e_ble) - Uses your **include-media** breakpoints to create your own flexible class naming structure on top of a `flex` based grid with `inline-block` fallback for IE8+ compatibility.
- [include-media-grid](https://github.com/tszarzynski/include-media-grid) - An **include-media** plugin for generating grid classes based on the flex display.
- [im-to-em](https://gist.github.com/eduardoboucas/84144cd85cbd2ad4db1ca8b902585ca0) - A tiny function to convert **include-media** breakpoints from `px` to `em`.

@@ -50,2 +51,6 @@ ## Learn more

## Related projects
- [include-media-or](https://github.com/Nirazul/include-media-or) - A fork of **include-media** with support for complex queries with logical disjunctions (maintained by [Nirazul](https://github.com/Nirazul)).
## The authors

@@ -52,0 +57,0 @@

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