Socket
Socket
Sign inDemoInstall

@advanced-rest-client/oauth2-scope-selector

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advanced-rest-client/oauth2-scope-selector - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

oauth2-scope-selector.d.ts

@@ -180,2 +180,7 @@ /**

/**
* When set the editor is in disabled mode.
*/
disabled: boolean|null|undefined;
/**
* Enables Anypoint legacy styling

@@ -182,0 +187,0 @@ */

15

oauth2-scope-selector.js

@@ -138,2 +138,6 @@ /**

.scope-input {
width: auto;
}
.scopes-list {

@@ -185,2 +189,3 @@ list-style: none;

readOnly,
disabled,
_allowedIsObject

@@ -199,3 +204,3 @@ } = this;

@click="${this._removeScope}"
?disabled="${readOnly}"
?disabled="${readOnly || disabled}"
aria-label="Press to remove this scope from the list"

@@ -216,2 +221,3 @@ title="Remove scope">

outlined,
disabled,
_autocompleteScopes,

@@ -232,2 +238,3 @@ _inputTarget,

?readOnly="${readOnly}"
?disabled="${disabled}"
?outlined="${outlined}"

@@ -245,3 +252,3 @@ ?legacy="${legacy}"

@click="${this._appendScope}"
?disabled="${readOnly}"
?disabled="${readOnly || disabled}"
aria-label="Press to add current scope to the list"

@@ -335,2 +342,6 @@ title="Add scope">

/**
* When set the editor is in disabled mode.
*/
disabled: { type: Boolean },
/**
* Enables Anypoint legacy styling

@@ -337,0 +348,0 @@ */

2

package.json
{
"name": "@advanced-rest-client/oauth2-scope-selector",
"description": "A selector for the OAuth scope. It provides an UI to enter a scope for the AOuth settings",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "oauth2-scope-selector.js",

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