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

rx-queue

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rx-queue - npm Package Compare versions

Comparing version 0.9.1 to 0.9.3

4

bundles/rx-queue.es6.umd.js

@@ -1,2 +0,2 @@

/* rx-queue version 0.9.1 */
/* rx-queue version 0.9.3 */
(function (global, factory) {

@@ -11,3 +11,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rxjs'), require('rxjs/operators')) :

*/
const VERSION = '0.9.1';
const VERSION = '0.9.3';

@@ -14,0 +14,0 @@ // default set to 500 milliseconds

@@ -41,3 +41,3 @@ var __extends = (this && this.__extends) || (function () {

};
/* rx-queue version 0.9.1 */
/* rx-queue version 0.9.3 */
(function (global, factory) {

@@ -52,3 +52,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rxjs'), require('rxjs/operators')) :

*/
var VERSION = '0.9.1';
var VERSION = '0.9.3';
// default set to 500 milliseconds

@@ -55,0 +55,0 @@ var DEFAULT_PERIOD_TIME = 500;

{
"name": "rx-queue",
"version": "0.9.1",
"version": "0.9.3",
"description": "Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce Features Powered by RxJS.",

@@ -45,3 +45,3 @@ "main": "bundles/rx-queue.umd.js",

"devDependencies": {
"@chatie/eslint-config": "^0.6.18",
"@chatie/eslint-config": "^0.8.1",
"@chatie/git-scripts": "^0.2.5",

@@ -48,0 +48,0 @@ "@chatie/semver": "^0.4.7",

@@ -8,5 +8,5 @@ import { DelayQueueExecutor } from './delay-queue-executor';

export { DelayQueueExecutor,
// Bug compatible with ISSUE #40
// Typo compatible with ISSUE #40
// https://github.com/huan/rx-queue/issues/40
DelayQueueExecutor as DelayQueueExector, };
//# sourceMappingURL=index.js.map
/**
* This file was auto generated from scripts/generate-version.sh
*/
export const VERSION = '0.9.1';
export const VERSION = '0.9.3';
//# sourceMappingURL=version.js.map
{
"name": "rx-queue",
"version": "0.9.1",
"version": "0.9.3",
"description": "Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce Features Powered by RxJS.",

@@ -45,3 +45,3 @@ "main": "bundles/rx-queue.umd.js",

"devDependencies": {
"@chatie/eslint-config": "^0.6.18",
"@chatie/eslint-config": "^0.8.1",
"@chatie/git-scripts": "^0.2.5",

@@ -48,0 +48,0 @@ "@chatie/semver": "^0.4.7",

@@ -13,5 +13,5 @@ import { DelayQueueExecutor } from './delay-queue-executor'

// Bug compatible with ISSUE #40
// Typo compatible with ISSUE #40
// https://github.com/huan/rx-queue/issues/40
DelayQueueExecutor as DelayQueueExector,
}
/**
* This file was auto generated from scripts/generate-version.sh
*/
export const VERSION: string = '0.9.1'
export const VERSION: string = '0.9.3'

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