Socket
Socket
Sign inDemoInstall

@juspay/svelte-ui-components

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juspay/svelte-ui-components - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

dist/Toast/properties.d.ts

3

dist/index.d.ts

@@ -23,2 +23,3 @@ export { default as Modal } from './Modal/Modal.svelte';

export { default as Step } from './Stepper/Step.svelte';
export { default as Toast } from './Toast/Toast.svelte';
export type { ButtonProperties } from './Button/properties';

@@ -43,2 +44,3 @@ export type { ModalProperties, ModalAlign, ModalSize } from './Modal/properties';

export type { StepperProperties } from './Stepper/properties';
export type { ToastProperties } from './Toast/properties';
export { defaultIconProperties } from './Icon/properties';

@@ -54,2 +56,3 @@ export { defaultButtonProperties } from './Button/properties';

export { defaultCarouselProperties } from './Carousel/properties';
export { defaultToastProperties } from './Toast/properties';
export { validateInput } from './utils';

@@ -23,2 +23,3 @@ export { default as Modal } from './Modal/Modal.svelte';

export { default as Step } from './Stepper/Step.svelte';
export { default as Toast } from './Toast/Toast.svelte';
export { defaultIconProperties } from './Icon/properties';

@@ -34,2 +35,3 @@ export { defaultButtonProperties } from './Button/properties';

export { defaultCarouselProperties } from './Carousel/properties';
export { defaultToastProperties } from './Toast/properties';
export { validateInput } from './utils';

2

dist/Select/properties.d.ts

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

import type { ImgProps } from "../Img/properties";
import type { ImgProps } from '../Img/properties';
export type SelectProperties = {

@@ -3,0 +3,0 @@ placeholder: string;

{
"name": "@juspay/svelte-ui-components",
"version": "1.6.0",
"version": "1.7.0",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite dev",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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