Socket
Socket
Sign inDemoInstall

@elevated-libs/cuss2

Package Overview
Dependencies
17
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.9-beta1 to 1.3.9-beta2

1

dist/lib/models/component.js

@@ -578,2 +578,3 @@ "use strict";

if (this.ready && (!requireOK || (this.combinedStatus === __1.StatusCodes.OK || this.combinedStatus === __1.StatusCodes.MEDIAABSENT || this.combinedStatus === __1.StatusCodes.MEDIALOW))) {
this.setupCompleted = false;
return this._poller = undefined;

@@ -580,0 +581,0 @@ }

2

package.json
{
"name": "@elevated-libs/cuss2",
"version": "1.3.9-beta1",
"version": "1.3.9-beta2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -611,2 +611,3 @@ import {BehaviorSubject, combineLatest, Subject} from "rxjs";

if (this.ready && (!requireOK || (this.combinedStatus === StatusCodes.OK || this.combinedStatus === StatusCodes.MEDIAABSENT || this.combinedStatus === StatusCodes.MEDIALOW))) {
this.setupCompleted = false;
return this._poller = undefined;

@@ -613,0 +614,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc