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

@daffodil/cart

Package Overview
Dependencies
Maintainers
0
Versions
214
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.4.3

Diff

Changelog

Source

0.4.3 (2020-03-06)

Features

  • cart: add Magento 2 GraphQl output models (#651) (d735c2a)
  • cart: add magento driver model factories (#661) (c59db3d)
  • cart: add Magento GraphQL billing address driver (#671) (e69ef34)
  • cart: add Magento GraphQL driver transformers (#668) (60931ab)
  • cart: add Magento GraphQl payment methods driver (#654) (ce98101)
  • cart: add Magento GraphQL shipping address driver (#670) (aef1f16)
  • cart: add Magento GraphQL shipping information driver (#673) (21abba3)
  • cart: add Magento GraphQL shipping methods driver (#657) (3cc14aa)
  • cart: add payment driver (#672) (cb802f3)
  • cart: add shipping address driver models (#659) (05b4000)
  • cart: add shipping and payment methods fields on cart (#669) (0650cc8)
  • category: add models for upcoming category queries (#660) (cd08981)
  • category: add transformers for a magento category request's sor… (#662) (2ec7556)
  • category: replace deprecated magento category call; update mage… (#663) (2cf962c)
  • product: add magento query fragment for retrieving bundled products (#666) (b64677e)
  • product: add MagentoProduct testing factory (#665) (495f7e9)
  • product: remove product transformer interface and injection token (#667) (978df58)

Bug Fixes

  • design: fix daff-image padding-top calculation (#655) (00cb54e)
damienwebdev
published 0.4.2 •

Changelog

Source

0.4.2 (2020-02-26)

Features

  • cart: add create method to cart driver (#643) (0c3aade)
  • cart: make cart clear API return the new cart (#573) (8c92a85)

Bug Fixes

  • contact, newsletter: sets proper testing driver types (#647) (1715e83)
damienwebdev
published 0.4.1 •

Changelog

Source

0.4.1 (2020-02-24)

Features

  • auth: add auth service interface with check method (#636) (7107907)
  • auth: change register interface to return DaffLoginInfo (#640) (2fef88b)
  • cart: add interfaces to expand cart driver capabilities (#616) (3fee926)
  • design-land: update theme file and import daff-util into design land (#638) (af1be2b)
  • newsletter, hubspot, driver: prefer composition over inheritance (#635) (37388de)

Bug Fixes

  • demo: add @daffodil/geography module to demo-dev tsconfig (#644) (1fdff76)
lderrickable
published 0.4.0 •

Changelog

Source

0.4.0 (2020-02-17)

⚠ BREAKING CHANGES

  • design: This explicitly breaks the old daff-modal implementation and replaces it with a simpler service-based dynamically rendered version.

Features

  • auth: add logout method to login service (#624) (696e3b5)
  • auth: remove DaffAccountRegistration generic (#634) (fc7b68d)
  • design: add image component (#621) (0a48bbe)
  • design: implement DaffFormFieldControl methods on input and select components (#584) (249d249)
  • design: rework modal to be dynamically rendered (#517) (54823c9)
  • geography: publish new geography package! (#632) (10fc31f)

Bug Fixes

  • auth: logout observables not emitting (#628) (dbb79c7)
  • contact: exported contact backend service (#630) (71cdf31)
  • newsletter: exported backend service and testing module (#629) (3c51e7b)
damienwebdev
published 0.3.3 •

Changelog

Source

0.3.3 (2020-02-12)

Features

Bug Fixes

  • category, core: fix bug where category inmemory service would delete produ... (#611) (a94c146)
lderrickable
published 0.3.2 •

Changelog

Source

0.3.2 (2020-02-05)

Features

  • auth: add driver interfaces (#600) (c9a0548)
  • auth: add testing factories (#590) (ad3cd58)
  • auth: basic package w/ interfaces (#599) (8eb8d29)
  • authorizenet: add Authorize.net Accept.js package (#566) (8c081b1)
  • category: make inmemory api capable of taking page_size and current_page (#588) (73185e0)
  • demo: add angular compiler options to the tsconfig and fix errors (#586) (1dd9a49)
  • design: remove generic on DaffFormFieldControl (#581) (9ed5a75)
  • design: remove hostbinding from input component (#582) (a7135f4)
  • design: update input styles (#583) (b2e4c00)
lderrickable
published 0.3.1 •

Changelog

Source

0.3.1 (2020-02-01)

Features

  • driver: make driver module publishable (#587) (a1b7a83)
lderrickable
published 0.2.13 •

Changelog

Source

0.3.0 (2020-01-31)

⚠ BREAKING CHANGES

  • cart, demo, checkout: this makes the DaffCartServiceInterface generic, so client dependencies will need to implement the generic.

Features

  • all: automated release process for @daffodil packages (#502) (d50220c)
  • all: bump dependencies for http-proxy-agent and handlebars security advisories (5201744)
  • backdrop: add fullscreen flag to backdrop (#515) (16f7991)
  • cart: add cart id storage mechanism for persistent state (#571) (9942cc3)
  • cart, demo, checkout: make cart semi-generic (#572) (6e83704)
  • category: add actions and effects for category pagination(#513) (05f0fd9)
  • category: add selectors for selecting multiple categories (#578) (78baa59)
  • checkout: add checkout order facade and update Daff prefix (#535) (84b02e4)
  • checkout: add driver tokens, interfaces, and models for payments (#549) (01f981f)
  • checkout: drop unused containers and add facades (#532) (e734683)
  • checkout: update action names and add facade (#534) (eca3814)
  • contact: added actions and reducers (#519) (6dff579)
  • contact: added driver interface layer and testing driver (f0e4c8c)
  • contact: added hubspot driver (#545) (9765dc0)
  • contact: added in-memory backend and driver (e3897c4)
  • contact: added ngrx effects to contact (a16a8af)
  • contact: added selectors and facades for @daffodil/contact (#520) (95b17e3)
  • contact: created @daffodil/contact library (#518) (8cf6b32)
  • contact: made contact library publishable (#540) (80fa917)
  • contact: updated index and tsconfig (70e8fdf)
  • core: add daff persistence API with localstorage implementation (#570) (460941b)
  • demo: make demo AOT compatible by removing getDriverVariant (#504) (dfe6db5)
  • demo: use @daffodil/newsletter in demo newsletter feature (d7c74d8)
  • design: add form label directive (#529) (a23b9ee)
  • design: add prefix/suffix directives to @daffodil/design (#527) (87f909c)
  • design: add prefix/suffix to button (#539) (ab91736)
  • design: add themablility to daff-modal (#516) (c23d10c)
  • design: remove chevron mixin and update component usage (#542) (3e400a3)
  • design: remove error message dependency on form-field (#553) (6c4ca03)
  • design: update accordion class to use HostBinding (#558) (b26fd72)
  • design: update button-set class to use HostBinding (#559) (4a7979f)
  • design: update card class to use HostBinding (#560) (e50d0a5)
  • design: update container classes to use HostBinding (#555) (d57a9cf)
  • design: update feature class to use HostBinding (#561) (7cb1d63)
  • design: update image-list class to use HostBinding (#562) (d1bffb6)
  • design: update list classes to use HostBinding (#563) (68364ba)
  • design: update list icon implementation to use prefix/suffix (#528) (09a073b)
  • design: update loading icon to use HostBindings over host (#556) (e3e49cf)
  • design: update progress indicator class to use HostBinding (#557) (5b234f8)
  • driver: added driver base for interacting with Hubspot Forms (#544) (ac33325)
  • driver: removed unused files from driver for repurposing of library (#547) (2ab60b9)
  • geography: add @daffodil/geography package (#577) (27009a1)
  • geography, core: add DaffAddress types and deprecate core Types (#585) (b17e983)
  • newsletter: add support for the @angular/in-memory-web-api (#512) (c3c6d3f)
  • newsletter: added hubspot driver (#526) (7eda259)
  • newsletter: hide unnecessarily exported tokens from api (#543) (6aae3be)
  • newsletter: updated newsletter hubspot driver to use @daffodil/driver (#546) (f7645ee)

Bug Fixes

  • all: resync base package version with version in package.json (b634db1)
  • category: make in-memory backend work with a sensible current_page (#510) (2c68d17)
  • category: persists category configuration state on subsequent DaffCategoryLoad (b399358)
  • demo: add a missing config path to the demo-dev tsconfig (#552) (9c81a05)
  • demo: add proper deps for demo to build via lerna (1a4ab4f)
lderrickable
published 0.2.12 •

lderrickable
published 0.2.11 •

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