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

@cloudcommerce/app-affilate-program

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudcommerce/app-affilate-program - npm Package Versions

1
8

0.35.1

Diff

Changelog

Source

0.35.1 (2023-12-02)

Bug Fixes

  • storefront: Update loadRouteContext with more permissive type for Astro (AstroGlobal) param (31932db)
leomp12
published 0.35.0 •

Changelog

Source

0.35.0 (2023-12-02)

⚠ BREAKING CHANGES

  • ssr: Env var renamed for GA integration, may have to change GH respo actions secrets and/or .env file
  • storefront: shoppingCart rewriten to reactive object instead of computed

Features

  • ssr: Handle /_logo and /_icon paths redirecting to respective image URLs from settings content (df33647)
  • ssr: Saving page views and product views count on local Firestore (b702e8a)
  • storefront: Add isHidden and anchorEl optional props to <Drawer> (91c3879)
  • storefront: Add wrapperKey optional prop to Carousel to trigger recalc wrapper size (906f766)
  • storefront: Add new SearchEngine state and class with basic paginated search and reactivity (d99e231)
  • storefront: New <Drawer> props to edit animation, max witdth and custom dialog styles (bb30411)
  • storefront: Update vbeta-app script to support new checkout URL search params (2fcb766)

Bug Fixes

  • api: Rate limit retry-after is expressed in seconds (757ccdb)

  • deps: Update non-major dependencies (#275) (740a62c)

  • ssr: Await analytics events to send and debug (warn) requests errors (f1f6039)

  • ssr: General fixes for server analytics events (74ad091)

  • storefront: Ensure shoppingCart items state reactivity (21e3a28)

  • storefront: Ensure forms base styles with selector specificity (0, 1) (5f9836a)

  • storefront: Handle direct buy keeping cart saved with new temporary cart for current checkout (c26459f)

  • storefront: Prevent search engine error with undefined response on fetch debounce (46da11f)

  • storefront: Try getting TikTik click ID from URL for server side events (6b16b87)

  • ssr: Renaming optional env var to GA_API_SECRET (baa2372)

leomp12
published 0.34.0 •

Changelog

Source

0.34.0 (2023-11-26)

⚠ BREAKING CHANGES

  • storefront: Updating to Astro v3

Features

  • storefront: Updating to Astro v3 (7a0b529)

Bug Fixes

  • storefront: Updating custom <Picture> handlers for Astro v3 assets (#233) (5396645)
leomp12
published 0.33.5 •

Changelog

Source

0.33.5 (2023-11-24)

Bug Fixes

  • api: Prevent error Content-Length mismatch on POST (8e642fc)
  • cli: Update default firebase.json to ensure Hosting root rewrited to SSR function (f465763)
  • jadlog: Fixing module file exports (6f9d195)
  • modules: Properly set modules API base URL on localhost emulators (18befaf)
  • storefront: Properly set modules API base URI on localhost emulation (eade67b)
leomp12
published 0.33.4 •

Changelog

Source

0.33.4 (2023-11-24)

Features

  • i18n: Add i19safeBuy (60cd36e)
  • ssr: Start sending GA4 server events with Measurement Protocol API (#273) (1f98e03)
  • storefront: Parsing pageview, items and cart events to Tiktok Pixel (fc21d1d)
  • storefront: Parsing vbeta app routes to send gtag checkout and purchase events (48a64db)

Bug Fixes

  • modules: Properly getting modules base URI on checkout request (94de8af)
  • storefront: Fix sending initial add/remove cart events (a293a98)
leomp12
published 0.33.3 •

Changelog

Source

0.33.3 (2023-11-21)

Bug Fixes

  • ssr: Must add mitt to SSR package deps (8c47ac9)
leomp12
published 0.33.2 •

Changelog

Source

0.33.2 (2023-11-21)

Features

  • storefront: Export cartEvents from shopping cart state to handle item add/remove events (57bdcc8)
  • storefront: Parsing pageview, items and cart events to Meta Pixel (0ace18a)
  • storefront: Update useAnalytics to emit shopping cart gtag events (c1a600f)

Bug Fixes

  • storefront: Identifying analytics item view on product page by list id (cb2cbd2)
  • storefront: Sen page view params on every analytics message payload (98be05f)
leomp12
published 0.33.1 •

Changelog

Source

0.33.1 (2023-11-16)

Features

  • storefront: Add new getGtagItem method on useAnalytics state as reusable parser (2f7cb99)
  • storefront: New send-gtag-events script, auto emit first pageview (a888870)
  • storefront: New state/use-analytics module to send and watch events and retrieve session (f2c10f5)
  • storefront: Send page view analytics event on each view transitions "SPA" page load (914aec4)
  • storefront: Typing analytics gtag events (12d2325)
  • storefront: Update scripts/push-analytics-events to handle GTM dataLayer if globally set (058fe1d)
  • storefront: Update useProductCard composable to send view item gtag event (f2dafd5)

Bug Fixes

  • deps: Update non-major dependencies (#268) (a2a2ebd)
  • storefront: Ensure async components hydration with client:context on first load (782ba4a)
  • storefront: Keep UTM on local storage and consider valid for 7 days (b0b2d6e)
  • storefront: Properly set page meta title and description from route state and store settings (39f1ce4)
  • storefront: Update <Carousel> to properly handle partially fit slides (86666f7)
leomp12
published 0.33.0 •

Changelog

Source

0.33.0 (2023-11-09)

⚠ BREAKING CHANGES

  • ssr: @headlessui/vue is no more dev dep of @cloudcommerce/storefront, not dep of @cloudcommerce/ssr, must be manually added as dependency if used

Features

  • modules: Optionally override any Function runtime option on modulesFunctionOptions config (d1fed93)

Bug Fixes

  • passport: Set CORS headers and accept OPTIONS request (d15dc5a)

  • storefront: Fix default styles for ::selection with new RGB syntax (9497bfd)

  • storefront: Update dark/light CSS vars to RGB spaces notation (62ea62c)

  • storefront: Updating vbeta-app script version (c0d50c0)

  • ssr: Removing @headlessui/vue from pkg deps (344916f)

leomp12
published 0.32.0 •

Changelog

Source

0.32.0 (2023-11-07)

⚠ BREAKING CHANGES

  • storefront: Passport API not existing anymore, just for token, removed GET_PASSPORT_API_URI

Features

  • modules: Add CORS headers by default and handle OPTIONS HTTP method (CORS preflight) (aa08573)
  • pagarme-v5: Create app to integrate Pagar.me API v5 with recurring payments (#255) (a445642)

Bug Fixes

  • config: Properly using countryCode from settings content [skip ci] (4014aab)
  • deps: Update non-major dependencies (#266) (17a559b)
  • modules: Improving GET response cache with fine control for stale cache (9c22262)
  • pagarme-v5: Fixing package exports filepaths (3522084)
  • ssr: Update Cloudflare SWR worker considering API routes at /_api/* (8946190)
  • storefront: Fix @ecomplus/client const API base URIs on vbeta app compat (7296836)
  • storefront: Fix constants names for @ecomplus/client on vbeta compat (56d260a)
  • storefront: Fixing API base URI on vbeta-app script (0e7436e)
  • storefront: Updating vbeta-app script version (47738b7)
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