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

@daffodil/cart

Package Overview
Dependencies
Maintainers
2
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daffodil/cart - npm Package Versions

1
22

0.61.0

Diff

Changelog

Source

0.61.0 (2023-07-18)

⚠ BREAKING CHANGES

  • cart: initialState -> daffCartReducerInitialState
  • search:* changes DaffSearchDriverInterface#incremental to return a DaffSearchResultCollection. changes DaffSearchIncrementalSuccess#payload to be a DaffSearchResultCollection
  • design: rename native select sass and paths (#2475)

Features

  • auth: add DaffAuthResetToUnauthenticated (#2504) (57127d3)
  • auth: add unauthenticated hook tokens (#2503) (0f0d0c3)
  • auth: call unauthenticated hooks before resetting client cache (#2505) (a519413)
  • auth: delay client cache reset (#2495) (33c3c9b)
  • authorizenet: reduce backoff timing for accept.js retry (#2465) (62a16b0)
  • cart-customer: only merge if a cart ID is in storage (#2502) (11b1bb1)
  • cart-customer: remove cart ID from storage when unauthenticated (#2507) (e8fc2c4)
  • cart-customer: reset cart state when the user is unauthenticated (#2509) (e26ab24)
  • cart-customer: set cart to mutating when the user is logged in (#2508) (33d9c1a)
  • cart: add daffCartDriverHandleCartNotFound (#2489) (15cb6cd)
  • cart: add DaffCartDriverResolveService (#2490) (f691fd8)
  • cart: add DaffResolveCartGuard (#2506) (5da2cfc)
  • cart: create cart automatically for add cart item (#2493) (88e5ef9)
  • cart: only initially resolve cart if ID is in storage (#2492) (cc3db71)
  • cart: package prefix reducer initial state exports (#2501) (c7b85d7)
  • cart: throw unrecoverable errors in magento driver (#2488) (18bca84)
  • cart: use DaffCartDriverResolveService for resolve effects (#2491) (bbd939e)
  • design: add hostbinding class to error message so the theming styles can be properly applied (#2479) (80fe194)
  • design: add loading, disabled, and tabindex properties to button component (#2448) (678e8a9)
  • design: create <daff-flat-button> variant (#2448) (ed4a52d)
  • design: expose colorable public_api to core's public_api (#2487) (5c7669d)
  • design: expose DaffStatusable to the public api (#2485) (d82d703)
  • design: expose form label to the public api (#2478) (7661c57)
  • design: remove default color on loading icon and update styles (#2448) (2649337)
  • design: remove focus style and optimize background color animations on buttons (#2448) (9163a24)
  • design: rename native select sass and paths (#2475) (990919f)
  • design: set the base stroked and flat button text color to currentColor (#2500) (939a655)
  • design: show the daff loading icon when loading is set to true on a button (#2448) (6d6067f)
  • design: update daff-green palette colors to be more aligned with the other decorative palettes (#2486) (d9596a9)
  • paypal: set payment loading for generate express token (#2461) (4d9003f)
  • search:* remove collection metadata request from incremental search (#2494) (56f37a4)

Bug Fixes

  • design: update skeleton screen positioning style (1a5c02c)
damienwebdev
published 0.60.0 •

Changelog

Source

0.60.0 (2023-05-25)

⚠ BREAKING CHANGES

  • search:* DaffSearchDriverInterface#incremental was added
  • auth: auth state structure and selectors have changed

Features

damienwebdev
published 0.59.2 •

Changelog

Source

0.59.2 (2023-05-20)

Features

  • cart: change address update action payload to Partial (#2443) (c5374c2)
damienwebdev
published 0.59.1 •

Changelog

Source

0.59.1 (2023-05-16)

Features

  • authorizenet: only dispatch success when accept.js actually loads (#2436) (37e0548)
  • daffio: update theming and utilities module implementation (#2181) (0ef4921)
  • design-land: update theming and utilities module implementation (#2184) (fa594ca)
  • design: create skeleton state UI (#2206) (aceb06c)
  • design: implement skeleton UI for DaffImageComponent (#2207) (b430efa)
  • design: implement skeleton UI for DaffMediaGalleryComponent (#2208) (964d0ce)

Bug Fixes

  • order: order total factory creating mock objects with static type (#2438) (d6bfc05)
  • product-composite: fix and extract query param (#2437) (98d5272)
griest
published 0.59.0 •

Changelog

Source

0.59.0 (2023-05-10)

⚠ BREAKING CHANGES

  • cart,payment: DaffPaymentStateReducerAdapter#storeError now accepts an array of errors

Features

  • authorizenet,payment: set anet errors for apply failure (#2432) (f902c64)
  • cart,payment: set payment errors instead of concating (#2433) (130a9f9)
  • paypal: shallow spread Magento driver config (#2434) (56f474e)
  • product-composite: add item and option factories (#2429) (d70bf3d)
  • product-composite: add service for generating share codes (#2431) (cc00ed9)

Bug Fixes

  • cart: add a missing peer dep on payment (#2419) (decf6fd)
  • product-composite: preselect item options based on configurable query param (#2001) (48514c4)
griest
published 0.58.10 •

Changelog

Source

0.58.10 (2023-05-05)

Bug Fixes

  • cart-store-credit, magento: handle guest store credit (#2413) (8556e84)
griest
published 0.58.9 •

Changelog

Source

0.58.9 (2023-05-03)

Features

  • add @daffodil/customer-store-credit and @daffodil/cart-store-credit (#2395) (f86bfb3)
  • customer-order: support injectable Magento fragments and transforms (#2410) (8e3ecee)
  • order: allow arbitrary total types (#2409) (82b9c4b)
  • order: reorder totals in Magento driver (#2411) (2d271dc)
griest
published 0.58.8 •

Changelog

Source

0.58.8 (2023-05-02)

Features

  • auth: redirect to query param value when present (#2408) (e57bcf0)
  • category: add injectable reducer support (#2404) (52b6412)
  • core,product: support product filters in discrete query params (#2407) (0b6b843)
  • product: spread routing config (#2405) (6883424)
damienwebdev
published 0.58.7 •

Changelog

Source

0.58.7 (2023-04-27)

Features

  • cart,magento: full cart on update coupon (b62fea7)
  • paypal: add DaffPaypalApplyPayment to DaffPaypalActions (#2401) (34c2efe)
damienwebdev
published 0.58.6 •

Changelog

Source

0.58.6 (2023-04-27)

Features

  • authorizenet: add injectable reducers (#2400) (c086e6d)
  • cart, magento: always load shipping methods on cart (#2402) (9f1c4d8)
  • cart: add free shipping payment method injection token (#2398) (bcce413)
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