Gathering detailed insights and metrics for @advanced-rest-client/arc-url
Gathering detailed insights and metrics for @advanced-rest-client/arc-url
Gathering detailed insights and metrics for @advanced-rest-client/arc-url
Gathering detailed insights and metrics for @advanced-rest-client/arc-url
@advanced-rest-client/arc-resizable-mixin
arc-resizable-mixin is a port of iron-fit-behavior that works with web components
@advanced-rest-client/arc-overlay-mixin
arc-overlay-mixin is a port of iron-overlay-behavior that works with web components
@advanced-rest-client/arc-fit-mixin
arc-fit-mixin is a port of iron-fit-behavior that works with web components
@advanced-rest-client/arc-cookies
A module that contains all UI and logic that adds support for cookie manipulation in Advanced REST Client
npm install @advanced-rest-client/arc-url
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
64 Commits
1 Watching
4 Branches
2 Contributors
Updated on 28 Jan 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
64.2%
110
Compared to previous day
Last week
2.5%
410
Compared to previous week
Last month
-25.1%
1,707
Compared to previous month
Last year
-43.1%
31,591
Compared to previous year
17
16
A URL parsing library for Advanced REST Client.
It provides an interface similar to the URL class but it is more relax in terms of input validitiy. It means that it won't throw an error when the URL is invalid. This allows to use the library in request editors.
npm install --save @advanced-rest-client/url-parser
1import { UrlParser } from '@advanced-rest-client/url-parser'; 2const parser = new UrlParser('https:///path-with-missing-host?qury=value#string'); 3console.log(parser.protocol); 4console.log(parser.host); 5console.log(parser.path); 6console.log(parser.searchParams); 7console.log(parser.anchor);
1git clone https://github.com/advanced-rest-client/url-parser 2cd url-parser 3npm install
1npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/23 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More