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

ember-responsive

Package Overview
Dependencies
Maintainers
3
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 1.0.1 to 1.0.2

8

addon/media.js

@@ -86,5 +86,5 @@ import Ember from 'ember';

*/
matches: function() {
matches: Ember.computed(function() {
return Ember.A();
}.property(),
}),

@@ -116,3 +116,3 @@ /**

*/
classNames: function() {
classNames: Ember.computed('matches.[]', function() {
var dasherize = Ember.String.dasherize;

@@ -122,3 +122,3 @@ return this.get('matches').map(function(name) {

}).join(' ');
}.property('matches.[]'),
}),

@@ -125,0 +125,0 @@ /**

# Changelog
### 1.0.2
- Stop using function prototype extensions
### 1.0.1
Better Readme
Passing build
- Better Readme
- Passing build
### 1.0.0

@@ -7,0 +10,0 @@

{
"name": "ember-responsive",
"version": "1.0.1",
"version": "1.0.2",
"directories": {

@@ -5,0 +5,0 @@ "doc": "doc",

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