Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
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 4.0.1 to 4.0.2

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 OAuth 2 settings",
"version": "4.0.1",
"version": "4.0.2",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -1,3 +0,7 @@

# oauth2-scope-selector
[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/oauth2-scope-selector.svg)](https://www.npmjs.com/package/@advanced-rest-client/oauth2-scope-selector)
[![Tests and publishing](https://github.com/advanced-rest-client/oauth2-scope-selector/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/oauth2-scope-selector/actions/workflows/deployment.yml)
# <oauth2-scope-selector>
Form element that provides the UI to enter a scope for OAuth 2.0 settings.

@@ -9,6 +13,2 @@

[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/oauth2-scope-selector.svg)](https://www.npmjs.com/package/@advanced-rest-client/oauth2-scope-selector)
[![Tests and publishing](https://github.com/advanced-rest-client/oauth2-scope-selector/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/oauth2-scope-selector/actions/workflows/deployment.yml)
## Usage

@@ -15,0 +15,0 @@

@@ -45,3 +45,3 @@ import { css } from 'lit-element';

overflow: hidden;
font-size: 16px;
font-size: var(--oauth2-scope-selector-font-size, 16px);
}

@@ -48,0 +48,0 @@

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