Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@authvia/pinia-stores-merchant

Package Overview
Dependencies
Maintainers
16
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authvia/pinia-stores-merchant - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/model/CustomerMetadata.d.ts

8

dist/model/Customer.d.ts

@@ -0,7 +1,11 @@

import { CustomerMetadata } from './CustomerMetadata';
export interface Customer {
ref: string;
merchant: string;
metadata?: Record<string, unknown>;
defaultAddress: string;
metadata?: CustomerMetadata;
/**
* Not yet available, but will be available to merchants.
*/
appdata?: Record<string, unknown>;
greetedOn?: number;
}

@@ -12,2 +12,3 @@ export * from './Address';

export * from './Customer';
export * from './CustomerMetadata';
export * from './Merchant';

@@ -14,0 +15,0 @@ export * from './MerchantContact';

{
"name": "@authvia/pinia-stores-merchant",
"version": "1.0.0",
"version": "1.0.1",
"description": "Encapsulates the V3 API calls that merchants will need to use and integrates them with Pinia for easier Vue 3 development.",

@@ -21,3 +21,3 @@ "author": "Authvia Core",

"scripts": {
"build": "npm run clean && vite build --mode production && vue-tsc --emitDeclarationOnly",
"build": "npm run clean && vite build --mode production",
"clean": "rm -rf lib .build .nyc_output .serverless coverage dist",

@@ -42,3 +42,3 @@ "clean-all": "rm -rf .build .nyc_output .serverless .esbuild coverage dist node_modules",

"peerDependencies": {
"pinia": "~2.x",
"pinia": "^2.1.7",
"vue": "^3.4.20"

@@ -48,18 +48,17 @@ },

"@testdeck/mocha": "^0.3.3",
"@types/chai-as-promised": "^7.1.5",
"@types/node": "^18.14.6",
"@types/chai-as-promised": "^7.1.8",
"@types/node": "^18.19.21",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-vue": "^4.0.0",
"vite-plugin-eslint": "^1.8.1",
"chai": "^4.3.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "^8.41.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"mocha": "^10.3.0",
"mocha-junit-reporter": "^2.2.1",
"nyc": "^15.1.0",

@@ -70,5 +69,5 @@ "prettier": "^2.8.8",

"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"vue-tsc": "^1.8.27"
"vite-plugin-eslint": "^1.8.1"
},

@@ -75,0 +74,0 @@ "nyc": {

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