Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8.5 to 0.9.1

4

bundles/rx-queue.es6.umd.js

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

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

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

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

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

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

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

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

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

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

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

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

"access": "public",
"tag": "latest"
"tag": "next"
},

@@ -72,0 +72,0 @@ "dependencies": {},

/**
* This file was auto generated from scripts/generate-version.sh
*/
export const VERSION = '0.8.5';
export const VERSION = '0.9.1';
//# sourceMappingURL=version.js.map
{
"name": "rx-queue",
"version": "0.8.5",
"version": "0.9.1",
"description": "Easy to Use ReactiveX Queue that Supports Delay/DelayExecutor/Throttle/Debounce Features Powered by RxJS.",

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

"access": "public",
"tag": "latest"
"tag": "next"
},

@@ -72,0 +72,0 @@ "dependencies": {},

/**
* This file was auto generated from scripts/generate-version.sh
*/
export const VERSION: string = '0.8.5'
export const VERSION: string = '0.9.1'

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