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.0 to 4.0.1

35

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.0",
"version": "4.0.1",
"license": "Apache-2.0",

@@ -40,28 +40,26 @@ "main": "index.js",

"@advanced-rest-client/arc-demo-helper": "^2.2.0",
"@advanced-rest-client/testing-karma-sl": "^1.4.3",
"@anypoint-web-components/anypoint-checkbox": "^1.1.3",
"@open-wc/eslint-config": "^4.0.1",
"@open-wc/eslint-config": "^4.2.0",
"@open-wc/testing": "^2.5.32",
"@open-wc/testing-karma": "^4.0.9",
"@web/dev-server": "^0.1.8",
"@web/test-runner": "^0.12.15",
"@web/test-runner-playwright": "^0.8.4",
"@polymer/iron-test-helpers": "^3.0.0",
"deepmerge": "^4.2.2",
"es-dev-server": "^1.57.8",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"sinon": "^9.2.1",
"typescript": "^4.0.5",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"sinon": "^9.2.4",
"sinon-stub-promise": "^4.0.0",
"typescript": "^4.2.2",
"typescript-lit-html-plugin": "^0.9.0"
},
"scripts": {
"start": "es-dev-server --app-index demo/index.html --node-resolve --open --watch",
"start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch --root-dir .",
"lint:eslint": "eslint --ext .js,.html . --ignore-path .gitignore",
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
"lint:types": "tsc",
"lint": "npm run lint:eslint",
"format": "npm run format:eslint",
"test": "karma start --coverage",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:sl": "karma start karma.sl.config.js --compatibility auto --coverage",
"test": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
"test:watch": "web-test-runner test/**/*.test.js --node-resolve --watch --playwright --browsers chromium",
"gen:wc": "wca analyze \"*.js\" --outFile custom-elements.json"

@@ -78,3 +76,4 @@ },

"**/demo/**/*.js",
"**/demo/**/*.html"
"**/demo/**/*.html",
"**/test/**/*.js"
],

@@ -81,0 +80,0 @@ "rules": {

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

[![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)
# oauth2-scope-selector
[![Build Status](https://travis-ci.com/advanced-rest-client/oauth2-scope-selector.svg)](https://travis-ci.com/advanced-rest-client/oauth2-scope-selector)
## <oauth2-scope-selector>
Form element that provides the UI to enter a scope for OAuth 2.0 settings.

@@ -13,6 +9,11 @@

[![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
### Installation
```
```sh
npm install --save @advanced-rest-client/oauth2-scope-selector

@@ -36,3 +37,3 @@ ```

### Deveopment
### Development

@@ -52,8 +53,5 @@ ```sh

### Running the tests
```sh
npm test
```
### API components
This components is a part of [API components ecosystem](https://elements.advancedrestclient.com/)
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