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

ember-cli-rx

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-rx - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

10

addon/schedulers/ember-scheduler.js

@@ -9,3 +9,5 @@ /* globals Ember */ //HACK: because I'm sharing this with rx-ember

var disposable = new SingleAssignmentDisposable();
scheduleEmberAction(disposable, this._queue, this._target, state, action, scheduler);
Ember.run.join(this, function() {
scheduleEmberAction(disposable, this._queue, this._target, state, action, scheduler);
});
return disposable;

@@ -17,7 +19,5 @@ }

var disposable = new SingleAssignmentDisposable();
var target = this._target;
var scheduler = this;
setTimeout(function() {
scheduleEmberAction(disposable, this._queue, target, state, action, scheduler);
Ember.run.later(this, function() {
scheduleEmberAction(disposable, this._queue, this._target, state, action, this);
}, dt);

@@ -24,0 +24,0 @@

# ember-cli-rx change log
- 0.2.6
- add `tmp` directory to .gitignore
- 0.2.5
- fixed issue where run loop not started during tests.
- 0.2.4

@@ -4,0 +8,0 @@ - upgrade Ember-CLI to 0.2.3

@@ -667,3 +667,3 @@ /* jshint ignore:start */

} else {
require("dummy/app")["default"].create({"name":"ember-cli-rx","version":"0.2.4.036eeebc"});
require("dummy/app")["default"].create({"name":"ember-cli-rx","version":"0.2.6.c560c5a7"});
}

@@ -670,0 +670,0 @@

{
"name": "ember-cli-rx",
"version": "0.2.5",
"version": "0.2.6",
"description": "The default blueprint for ember-cli addons.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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