New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quintessential-ui

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quintessential-ui - npm Package Compare versions

Comparing version 0.0.145 to 0.0.146

dist/quintessential-ui/p-f1ec7vid.system.entry.js

6

dist/cjs/quint-snackbar.cjs.entry.js

@@ -18,6 +18,6 @@ 'use strict';

this.isDisplayed = false;
const root = this.el.shadowRoot.getElementById('root');
if (root) {
const rootElement = this.el.shadowRoot.getElementById('root');
if (rootElement) {
window.setTimeout(() => {
root.style.display = 'none';
rootElement.style.display = 'none';
}, 300);

@@ -24,0 +24,0 @@ }

@@ -73,3 +73,7 @@ 'use strict';

const mainContainer = this.el.shadowRoot.querySelector(".main-container");
const availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
let availableIconWidth = 0;
if (!this.iconEls || !this.dotEls || !this.tabEls || !this.iconEl) {
return;
}
availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
mainContainer.style.padding = `0 ${availableIconWidth / 2}px`;

@@ -76,0 +80,0 @@ this.iconEls.forEach(icon => {

{
"entries": [
"components/media-container/media-container.js",
"components/snackbar/snackbar.js",
"components/tab-animated/tab-animated.js",
"components/product-card-grid/product-card-grid.js",
"components/testimonial/testimonial.js",
"components/underline-animated/underline-animated.js",
"components/button/button.js",
"components/flip-image/flip-image.js",
"components/content-card/content-card.js",
"components/underline-animated/underline-animated.js",
"components/footer/footer.js",
"components/button/button.js",
"components/icon-button/icon-button.js",
"components/media-container/media-container.js",
"components/nav-header/nav-header.js",
"components/product-service/product-service.js",
"components/flip-image/flip-image.js",
"components/product-card/product-card.js",
"components/switch/switch.js",
"components/carousel/carousel.js",
"components/sidebar/sidebar.js",
"components/snackbar/snackbar.js",
"components/switch/switch.js",
"components/tab-animated/tab-animated.js"
"components/sidebar/sidebar.js"
],

@@ -21,0 +21,0 @@ "compiler": {

@@ -40,3 +40,5 @@ import { h, Host } from "@stencil/core";

this.lottieAnim.setDirection(this.lottieDirection, 'quint-media-lottie');
this.lottieAnim.setSpeed(this.mediaSpeed, 'quint-media-lottie');
if (this.mediaSpeed) {
this.lottieAnim.setSpeed(this.mediaSpeed, 'quint-media-lottie');
}
}

@@ -52,3 +54,5 @@ }

}
this.videoAnim.playbackRate = this.mediaSpeed.toFixed(2);
if (this.mediaSpeed) {
this.videoAnim.playbackRate = this.mediaSpeed.toFixed(2);
}
}

@@ -55,0 +59,0 @@ }

@@ -12,6 +12,6 @@ import { h, Host } from "@stencil/core";

this.isDisplayed = false;
const root = this.el.shadowRoot.getElementById('root');
if (root) {
const rootElement = this.el.shadowRoot.getElementById('root');
if (rootElement) {
window.setTimeout(() => {
root.style.display = 'none';
rootElement.style.display = 'none';
}, 300);

@@ -18,0 +18,0 @@ }

@@ -66,3 +66,7 @@ import { h, Host } from "@stencil/core";

const mainContainer = this.el.shadowRoot.querySelector(".main-container");
const availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
let availableIconWidth = 0;
if (!this.iconEls || !this.dotEls || !this.tabEls || !this.iconEl) {
return;
}
availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
mainContainer.style.padding = `0 ${availableIconWidth / 2}px`;

@@ -69,0 +73,0 @@ this.iconEls.forEach(icon => {

@@ -13,6 +13,6 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-5f1f3a93.js';

this.isDisplayed = false;
var root = this.el.shadowRoot.getElementById('root');
if (root) {
var rootElement = this.el.shadowRoot.getElementById('root');
if (rootElement) {
window.setTimeout(function () {
root.style.display = 'none';
rootElement.style.display = 'none';
}, 300);

@@ -19,0 +19,0 @@ }

@@ -70,3 +70,7 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './core-5f1f3a93.js';

var mainContainer = this.el.shadowRoot.querySelector(".main-container");
var availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
var availableIconWidth = 0;
if (!this.iconEls || !this.dotEls || !this.tabEls || !this.iconEl) {
return;
}
availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
mainContainer.style.padding = "0 " + availableIconWidth / 2 + "px";

@@ -73,0 +77,0 @@ this.iconEls.forEach(function (icon) {

@@ -14,6 +14,6 @@ import { r as registerInstance, h, H as Host, g as getElement } from './core-5f1f3a93.js';

this.isDisplayed = false;
const root = this.el.shadowRoot.getElementById('root');
if (root) {
const rootElement = this.el.shadowRoot.getElementById('root');
if (rootElement) {
window.setTimeout(() => {
root.style.display = 'none';
rootElement.style.display = 'none';
}, 300);

@@ -20,0 +20,0 @@ }

@@ -69,3 +69,7 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './core-5f1f3a93.js';

const mainContainer = this.el.shadowRoot.querySelector(".main-container");
const availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
let availableIconWidth = 0;
if (!this.iconEls || !this.dotEls || !this.tabEls || !this.iconEl) {
return;
}
availableIconWidth = (mainContainer.offsetWidth * 0.8) / this.iconEls.length;
mainContainer.style.padding = `0 ${availableIconWidth / 2}px`;

@@ -72,0 +76,0 @@ this.iconEls.forEach(icon => {

@@ -1,1 +0,1 @@

System.register(["./p-c974d36b.system.js"],(function(){"use strict";var e,o;return{setters:[function(t){e=t.p;o=t.b}],execute:function(){e().then((function(e){return o([["p-sfngskdd.system",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-chpzydev.system",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-wjmumtql.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-i99rpmwb.system",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-a0ae1quu.system",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-jr9scyvi.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-9k8ssgak.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-9xa8ntqg.system",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-ikhunh8q.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-szeqpo47.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-4ggnrkfn.system",[[1,"quint-product-card-grid"]]],["p-wumrraa1.system",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-71su3oei.system",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-9lzpeyxr.system",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-0izbvdua.system",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-wvmoiatz.system",[[1,"quint-testimonial",{icon:[1]}]]],["p-0bds7vx4.system",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],e)}))}}}));
System.register(["./p-c974d36b.system.js"],(function(){"use strict";var e,o;return{setters:[function(t){e=t.p;o=t.b}],execute:function(){e().then((function(e){return o([["p-f1ec7vid.system",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-chpzydev.system",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-wjmumtql.system",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-i99rpmwb.system",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-a0ae1quu.system",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-jr9scyvi.system",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-9k8ssgak.system",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-pdcinigq.system",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-ikhunh8q.system",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-szeqpo47.system",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-4ggnrkfn.system",[[1,"quint-product-card-grid"]]],["p-wumrraa1.system",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-71su3oei.system",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-9lzpeyxr.system",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-0izbvdua.system",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-wvmoiatz.system",[[1,"quint-testimonial",{icon:[1]}]]],["p-0bds7vx4.system",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],e)}))}}}));

@@ -1,1 +0,1 @@

import{p as o,b as e}from"./p-6ae256d7.js";o().then(o=>e([["p-brydmmr3",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-xsngbstj",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-egidwswp",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-n9g1e9rf",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-kdqqkg6v",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-3fhilywp",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-wkbhk5h8",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-2rb5i5mj",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-hbm2au3a",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-js5ap8e2",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-tfyq5ntx",[[1,"quint-product-card-grid"]]],["p-ndehoedw",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-b7tbgapg",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-q9l83fle",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-on3qqwj8",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-p4jflryf",[[1,"quint-testimonial",{icon:[1]}]]],["p-scorae1v",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],o));
import{p as o,b as e}from"./p-6ae256d7.js";o().then(o=>e([["p-th7w3bsq",[[1,"quint-tab-animated",{tabs:[1],rotationDegrees:[2,"rotation-degrees"],lineColor:[1,"line-color"],elementsColor:[1,"elements-color"],dotsColor:[1,"dots-color"],selected:[32],selectedIcon:[32],tabsObject:[32]},[[9,"resize","placeElements"]]]]],["p-xsngbstj",[[1,"quint-button",{iconLeft:[1,"icon-left"],iconRight:[1,"icon-right"],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],border:[4],rounded:[1],paddingX:[1,"padding-x"],width:[1],borderRadius:[1,"border-radius"]}]]],["p-egidwswp",[[1,"quint-carousel",{timeInterval:[2,"time-interval"],timerDisabled:[4,"timer-disabled"],indicatorDisabled:[4,"indicator-disabled"],arrows:[4],arrowColor:[1,"arrow-color"],active:[32],carouselItems:[32],carouselIndicator:[32],arrowsEnabled:[32],arrowContainer:[32]}]]],["p-n9g1e9rf",[[1,"quint-content-card",{media:[1],title:[1],subtitle:[1],buttonText:[1,"button-text"],height:[1],mediaMaxWidth:[1,"media-max-width"],mediaMaxHeight:[1,"media-max-height"],mediaPosition:[1,"media-position"],marginBottom:[1,"margin-bottom"],primaryColor:[1,"primary-color"],secondaryColor:[1,"secondary-color"],underlineColor:[1,"underline-color"]}]]],["p-kdqqkg6v",[[1,"quint-flip-image",{image1:[1,"image-1"],image2:[1,"image-2"],caption1:[1,"caption-1"],caption2:[1,"caption-2"],captionBackground:[1,"caption-background"],captionColor:[1,"caption-color"],direction:[1],change:[1],selected:[4]}]]],["p-3fhilywp",[[1,"quint-footer",{icon:[1],iconText:[1,"icon-text"],title:[1],background:[1],textColor:[1,"text-color"]}]]],["p-wkbhk5h8",[[1,"quint-icon-button",{icon:[1],background:[1],borderColor:[1,"border-color"],rounded:[1],size:[2],borderWidth:[8,"border-width"]}]]],["p-mb4pb1ox",[[1,"quint-media-container",{type:[1],mediaPlay:[1,"media-play"],mediaLoop:[4,"media-loop"],mediaSpeed:[2,"media-speed"],lottieDirection:[2,"lottie-direction"],path:[1],data:[1],objectFit:[1,"object-fit"]}]]],["p-hbm2au3a",[[1,"quint-nav-header",{logo:[1],backgroundSolid:[4,"background-solid"],shadowSolid:[4,"shadow-solid"],solid:[32]},[[9,"scroll","handleScroll"]]]]],["p-js5ap8e2",[[1,"quint-product-card",{icon:[1],text:[1],backgroundColor:[1,"background-color"],textColor:[1,"text-color"],enabledArrow:[4,"enabled-arrow"]}]]],["p-tfyq5ntx",[[1,"quint-product-card-grid"]]],["p-ndehoedw",[[1,"quint-product-service",{productService:[1,"product-service"],productServiceText:[1,"product-service-text"],productServiceTextWidth:[32]}]]],["p-b7tbgapg",[[1,"quint-sidebar",{title:[1],backEnabled:[4,"back-enabled"],scrollToTop:[4,"scroll-to-top"],centered:[4],noTitle:[4,"no-title"],topBarNoMargin:[4,"top-bar-no-margin"],noScroll:[4,"no-scroll"],selected:[32]}]]],["p-q9l83fle",[[1,"quint-snackbar",{icon:[1],background:[1],textColor:[1,"text-color"],borderColor:[1,"border-color"],borderWidth:[1,"border-width"],maxWidth:[1,"max-width"],rounded:[1],isDisplayed:[32]}]]],["p-on3qqwj8",[[1,"quint-switch",{rounded:[1],name:[1],checked:[4],value:[1],inputChecked:[32]}]]],["p-p4jflryf",[[1,"quint-testimonial",{icon:[1]}]]],["p-scorae1v",[[1,"quint-underline-animated",{lineColor:[1,"line-color"],hover:[4],selected:[4],noUnderlineMobile:[4,"no-underline-mobile"]}]]]],o));

@@ -9,4 +9,4 @@ export declare class Snackbar {

rounded: 'rounded' | 'regular';
isDisplayed: boolean;
el: HTMLElement;
isDisplayed: boolean;
close(): void;

@@ -13,0 +13,0 @@ componentDidLoad(): void;

{
"name": "quintessential-ui",
"version": "0.0.145",
"version": "0.0.146",
"description": "Quintessential's UI library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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