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

@recore/obx

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recore/obx - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.9](https://github.com/recore/recore/compare/@recore/obx@1.0.8...@recore/obx@1.0.9) (2020-05-09)
**Note:** Version bump only for package @recore/obx
## [1.0.8](https://github.com/recore/recore/compare/@recore/obx@1.0.7...@recore/obx@1.0.8) (2020-03-09)

@@ -8,0 +16,0 @@

8

lib/next-tick.js

@@ -13,6 +13,6 @@ var callbacks = [];

var timerFlush;
if (typeof process === 'object' && process.nextTick) {
timerFlush = function () { return process.nextTick(flush); };
}
else if (typeof Promise === 'function') {
// if (typeof process === 'object' && process.nextTick) {
// timerFlush = () => process.nextTick(flush);
// }
if (typeof Promise === 'function') {
// tslint:disable-line

@@ -19,0 +19,0 @@ var timer_1 = Promise.resolve(); // tslint:disable-line

@@ -10,3 +10,3 @@ import { DerivationState, runDerivedFunction, isCaughtException, shouldCompute, clearObserving, CaughtException, } from './derivation';

if (level === void 0) { level = 0; }
if (throttleWait === void 0) { throttleWait = 10; }
if (throttleWait === void 0) { throttleWait = 0; }
this.name = name;

@@ -13,0 +13,0 @@ this.check = check;

{
"name": "@recore/obx",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {

@@ -34,3 +34,3 @@ "clean": "rm -rf lib",

},
"gitHead": "dd8dfb2c5f11a5b06a9a7c4f1034bb9598828bd7"
"gitHead": "63bee1291487091cce910887aa9f58f7224d9038"
}

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