New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boomqueries

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boomqueries - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/js/boomqueries.js

@@ -1,2 +0,2 @@

/*! BoomQueries 0.0.1 | http://boomtownroi.github.io/boomqueries/ | (c) 2014 BoomTown | MIT License */
/*! BoomQueries 0.0.3 | http://boomtownroi.github.io/boomqueries/ | (c) 2014 BoomTown | MIT License */
(function (global, boomQueries) {

@@ -60,3 +60,3 @@ if(typeof define === 'function' && define.amd) {

while (componentBreaksCounter--) {
if(currentWidth > currentComponent.breaks[componentBreaksCounter][0]) {
if(currentWidth >= currentComponent.breaks[componentBreaksCounter][0]) {
currentBreak++;

@@ -63,0 +63,0 @@ }

@@ -5,3 +5,3 @@ {

"description": "BoomQueries is our take on element-queries; sizing elements based on their container.",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "http://boomtownroi.github.io/boomqueries/",

@@ -8,0 +8,0 @@ "author": {

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