
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@advanced-rest-client/arc-data-settings-panel
Advanced tools
A user data related settings panel for Advanced REST Client.
<arc-data-settings-panel></arc-data-settings-panel>
This components is a part of API components ecosystem
npm install --save @advanced-rest-client/arc-data-settings-panel
<html>
<head>
<script type="module">
import '@advanced-rest-client/arc-data-settings-panel/arc-data-settings-panel.js';
</script>
</head>
<body>
<arc-data-settings-panel rest-apis></arc-data-settings-panel>
</body>
</html>
import {PolymerElement, html} from '@polymer/polymer';
import '@advanced-rest-client/arc-data-settings-panel/arc-data-settings-panel.js';
class SampleElement extends PolymerElement {
static get template() {
return html`
<arc-data-settings-panel rest-apis></arc-data-settings-panel>
`;
}
_authChanged(e) {
console.log(e.detail);
}
}
customElements.define('sample-element', SampleElement);
git clone https://github.com/advanced-rest-client/arc-data-settings-panel
cd api-url-editor
npm install
npm install -g polymer-cli
polymer serve --npm
open http://127.0.0.1:<port>/demo/
polymer test --npm
FAQs
A user data related settings panel
The npm package @advanced-rest-client/arc-data-settings-panel receives a total of 2 weekly downloads. As such, @advanced-rest-client/arc-data-settings-panel popularity was classified as not popular.
We found that @advanced-rest-client/arc-data-settings-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.