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

ember-responsive

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-responsive - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

2

dist/ember-responsive.js

@@ -324,3 +324,3 @@ (function(Ember) {

var classify = Ember.String.classify,
matcher = this.get('mql')(query),
matcher = (this.get('mql') || window.matchMedia)(query),
isser = 'is' + classify(name),

@@ -327,0 +327,0 @@ _this = this;

@@ -144,3 +144,3 @@ (function(Ember) {

var classify = Ember.String.classify,
matcher = this.get('mql')(query),
matcher = (this.get('mql') || window.matchMedia)(query),
isser = 'is' + classify(name),

@@ -147,0 +147,0 @@ _this = this;

{
"name": "ember-responsive",
"version": "0.2.11",
"version": "0.2.12",
"description": "Easy responsive layouts with Ember",

@@ -5,0 +5,0 @@ "scripts": {

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