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

@belvo/payments-atoms

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@belvo/payments-atoms - npm Package Compare versions

Comparing version 0.0.53 to 0.0.54

3

dist/src/components/main.d.ts

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

import type { InitializationOptions } from '../types/lib';
import { InitializationOptions } from '../types/lib';
export * from '../types/components';

@@ -3,0 +4,0 @@ export * from '../types/lib';

@@ -1,4 +0,5 @@

import type { Country } from '../../types/lib';
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
import { Country } from '../../types/lib';
declare const _default: import('vue').DefineComponent<{
country: {

@@ -5,0 +6,0 @@ type: PropType<Country>;

@@ -1,4 +0,5 @@

import type { Meta, StoryFn } from '@storybook/vue3';
import { Meta, StoryFn } from '@storybook/vue3';
declare const _default: Meta;
export default _default;
export declare const Default: StoryFn;

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

import type { InitializationOptions } from '../../types/lib';
import { InitializationOptions } from '../../types/lib';
export default class BelvoPaymentsAtomsOptions {

@@ -3,0 +4,0 @@ private static _instance;

@@ -1,3 +0,4 @@

import BelvoPaymentsGrid from '../components/paymentsGrid/BelvoPaymentsGrid.ce.vue';
import { ReactAttributes } from './utils';
import { default as BelvoPaymentsGrid } from '../components/paymentsGrid/BelvoPaymentsGrid.ce.vue';
declare module 'vue' {

@@ -4,0 +5,0 @@ interface GlobalComponents {

import { UUID } from './utils';
export type Institution = {

@@ -3,0 +4,0 @@ id: UUID;

import { AllowedComponentProps, Component, VNodeProps } from 'vue';
export type UUID = `${string}-${string}-${string}-${string}-${string}`;
export type ComponentProps<C extends Component> = C extends new (...args: any) => any ? Omit<InstanceType<C>['$props'], keyof VNodeProps | keyof AllowedComponentProps> : never;
export type ReactAttributes<C extends Component> = React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & ComponentProps<C>;
import { ArgTypes, Args } from '@storybook/vue3';
export declare const ARG_TYPES_CATEGORIES: {

@@ -3,0 +4,0 @@ readonly PROPS: "Props";

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

import { type DefineComponent } from 'vue';
import { DefineComponent } from 'vue';
export type Component = DefineComponent<{}, {}, any>;

@@ -3,0 +4,0 @@ export declare const defineWebComponent: (componentName: string, componentSetup: Component) => void;

@@ -10,3 +10,3 @@ {

"license": "MIT",
"version": "0.0.53",
"version": "0.0.54",
"private": false,

@@ -45,3 +45,3 @@ "type": "module",

"dependencies": {
"vue": "3.4.19"
"vue": "3.4.21"
},

@@ -52,10 +52,10 @@ "devDependencies": {

"@release-it/conventional-changelog": "8.0.1",
"@storybook/addon-essentials": "8.0.1",
"@storybook/addon-interactions": "8.0.1",
"@storybook/addon-links": "8.0.1",
"@storybook/blocks": "8.0.1",
"@storybook/test": "8.0.1",
"@storybook/vue3": "8.0.1",
"@storybook/vue3-vite": "8.0.1",
"@tsconfig/node18": "18.2.2",
"@storybook/addon-essentials": "8.0.4",
"@storybook/addon-interactions": "8.0.4",
"@storybook/addon-links": "8.0.4",
"@storybook/blocks": "8.0.4",
"@storybook/test": "8.0.4",
"@storybook/vue3": "8.0.4",
"@storybook/vue3-vite": "8.0.4",
"@tsconfig/node18": "18.2.4",
"@types/jsdom": "21.1.6",

@@ -71,4 +71,4 @@ "@types/node": "20.11.30",

"auto-changelog": "2.4.0",
"autoprefixer": "10.4.18",
"commitlint-plugin-function-rules": "3.1.0",
"autoprefixer": "10.4.19",
"commitlint-plugin-function-rules": "4.0.0",
"eslint": "8.57.0",

@@ -78,4 +78,4 @@ "eslint-plugin-no-only-tests": "3.1.0",

"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-vue": "9.23.0",
"eslint-plugin-vue-scoped-css": "2.7.2",
"eslint-plugin-vue": "9.24.0",
"eslint-plugin-vue-scoped-css": "2.8.0",
"husky": "9.0.11",

@@ -86,3 +86,3 @@ "is-ci": "3.0.1",

"npm-run-all2": "6.1.2",
"postcss": "8.4.36",
"postcss": "8.4.38",
"prettier": "3.2.5",

@@ -95,10 +95,10 @@ "prettier-plugin-organize-imports": "3.2.4",

"sass-loader": "14.1.1",
"storybook": "8.0.1",
"typescript": "5.4.2",
"storybook": "8.0.4",
"typescript": "5.4.3",
"uuid": "9.0.1",
"vite": "5.1.6",
"vite-plugin-dts": "3.7.3",
"vite": "5.2.6",
"vite-plugin-dts": "3.8.0",
"vitest": "1.4.0",
"vue-tsc": "2.0.6"
"vue-tsc": "2.0.7"
}
}
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