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

ember-social

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-social - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

app/components/facebook-facepile.js

@@ -14,3 +14,3 @@ import Ember from 'ember';

this.socialApiClient.load().then(function(FB) {
if (self.state !== 'inDOM') { return; }
if (self._state !== 'inDOM') { return; }
var attrs = [];

@@ -17,0 +17,0 @@ var url = self.get('url');

@@ -16,3 +16,3 @@ import Ember from 'ember';

this.socialApiClient.load().then(function(FB) {
if (self.state !== 'inDOM') { return; }
if (self._state !== 'inDOM') { return; }
var attrs = [];

@@ -19,0 +19,0 @@ var url = self.get('url');

@@ -38,3 +38,3 @@ import Ember from 'ember';

this.socialApiClient.load().then(function(twttr) {
if (self.state !== 'inDOM') { return; }
if (self._state !== 'inDOM') { return; }
self.twttr = twttr;

@@ -41,0 +41,0 @@ self.trigger('twitterLoaded');

{
"name": "ember-social",
"version": "0.0.7",
"version": "0.0.8",
"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