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

@daffodil/authorizenet

Package Overview
Dependencies
Maintainers
2
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daffodil/authorizenet - npm Package Versions

1
20

0.6.1

Diff

Changelog

Source

0.6.1 (2020-06-11)

Features

  • cart: add redirect url tokens for guards (#939) (5ac9607)
  • cart: add resolvers for loading the cart and checking if the cart is empty before navigation occurs (9e378c4)
  • cart: include cart coupon effects (e92f37a)
  • cart: transform region to string for cart address input (27b0784)
  • design-land: added card-examples using the code preview component (#894) (bce31f9)
  • geography: deprecate region_id (5fa7823)
  • product: expose the selectMatchingVariants selector to the DaffConfigurableProductFacade (#940) (a786f75)

Bug Fixes

  • cart: incorrect coupon action names (404e01d)
lderrickable
published 0.6.0 •

Changelog

Source

0.6.0 (2020-06-08)

⚠ BREAKING CHANGES

  • product: the getPrice function on the DaffConfigurableProductFacade is now split into getMinimumPrice, getMaximumPrice, and isPriceRanged.

Features

  • cart: add empty cart guard (#933) (959e70f)
  • geography: track the fully loaded countries in state (#931) (122e537)
  • product: change configurable product prices to be a min and max price (#932) (fe1069b)

Bug Fixes

  • navigation: add action argument to mock facade dispatch function (226b34e)
  • product: add action argument to mock facade dispatch function (58a2c94)
  • product: export all mocked product facades (394e1b5)
lderrickable
published 0.5.6 •

Changelog

Source

0.5.6 (2020-06-03)

Features

  • cart: add angular guards for usage in checkout (#926) (5be33ce)
  • cart: add billing and shipping address in-memory backends (#906) (bea8769)
  • cart: add canPlaceOrder selector (#908) (fe06c8c)
  • cart: add payment and shipping information in-memory backends (#922) (ccf0fb7)
  • cart: add resolver action and effect for loading the cart (#923) (ddf84a4)
  • cart: add shipping and payment methods in-memory backends (#917) (296ecca)
  • design: add Code Preview Component for demoing components in design-land (#892) (cf0bb70)
  • design: added article component examples (#893) (4021c4e)
  • design: created DaffCheckbox and DaffCheckboxSet components (#864) (b21e47e)
  • design: initialized DaffRadioComponent (#815) (86b0894)
  • design: move design examples docs gen to libs/design (#918) (ef5c780)
  • design: update container to use size interface (#897) (5f8a8b1)
  • design: use highlightjs at build time during docs gen (#919) (0d5792e)
  • geography: add testing driver (#911) (85b3b37)
  • order: add facade (#927) (bc1c67b)
  • order: add in-memory driver and backend (#909) (9f390db)
  • order: add reducers (#881) (588492b)
  • order: add selectors (#925) (0e56603)
  • order: add testing driver (#912) (782bbf5)
  • product: Add configurable product selectors and facade (#887) (b22dd1c)
  • product: change the type of DaffProduct.price to number (#898) (1e28dc6)
  • product: cover edge cases for configurable product state (#914) (3b0d47a)
lderrickable
published 0.5.5 •

Changelog

Source

0.5.5 (2020-05-21)

Features

  • product: add discount field to DaffProduct (#905) (d92b07c)
lderrickable
published 0.5.4 •

Changelog

Source

0.5.4 (2020-05-19)

Bug Fixes

  • product: fix configurable product query (#904) (f258560)
lderrickable
published 0.5.3 •

Changelog

Source

0.5.3 (2020-05-19)

Features

  • cart: add selector for cart item discounted total (#900) (5a5b65a)
  • design: add sizeable as a core interface (#896) (20b5b39)
  • geography: add country and subdivision selectors (#902) (674c09a)
  • order: add effects for loading and listing orders (#899) (8e28e29)
lderrickable
published 0.5.2 •

Changelog

Source

0.5.2 (2020-05-15)

Bug Fixes

  • product: fix magento configurable product query (#895) (3e1528d)
lderrickable
published 0.5.1 •

Changelog

Source

0.5.1 (2020-05-14)

Features

  • cart: add coupon in-memory driver and backend (#886) (5bcc80c)
  • cart: add order in-memory driver (#880) (085bcc0)
  • cart: implement adding configurable products to cart (#877) (a537365)
  • checkout: deprecate checkout/order (#868) (3b75e0c)
  • demo: add auth module (#866) (38de3fd)
  • geography: add in-memory driver and backend (#888) (ef996cb)
  • geography: add personal address factory (#873) (1e48abd)
  • order: add actions for loading many and individual orders (#879) (5adf0c0)
  • order: add basic driver interface (#878) (8f08415)
  • order: add models and model factories (#872) (d0f8558)
  • order: add order package and module (#870) (5199d6b)
  • product: add configurable product actions and reducers (#884) (49165e5)
  • product: add configurable product transformer and factories (#876) (fd761d8)
  • product: add DaffProductFacade.getProduct method (#889) (dd4c777)
  • product: add models for magento and daffodil configurable produ… (#874) (5d3fa52)
  • product: add query fragments for magento configurable products (#875) (820bd44)

Bug Fixes

  • cart: default available shipping methods value to an array (#871) (d2729c0)
lderrickable
published 0.5.0 •

Changelog

Source

0.5.0 (2020-05-04)

⚠ BREAKING CHANGES

  • product, demo: This removes containers from the @daffodil/product library. Please use the associated facade instead.

Features

  • auth: add actions (#758) (218d016)
  • auth: add auth token storage service (#865) (ec9ff81)
  • auth: add effects (#789) (64b165f)
  • auth: add error handling to Magento drivers (#782) (c73c264)
  • auth: add facade (#799) (6ea4b93)
  • auth: add magento GraphQL driver (#623) (560b82d)
  • auth: add reducers (#760) (596cc75)
  • auth: add route guards for guests and members (#822) (e92a7bd)
  • auth: add selectors (#790) (53bff5d)
  • auth: remove transformer interfaces and move injection tokens to interface files (#774) (5f4257e)
  • authorizenet: add authorizenet testing module to test facade usage (#812) (ebba457)
  • authorizenet: update selectors to be actually memoized (#773) (9f03cc2)
  • cart: add apply/remove coupon magento mutation (#825) (e1c2591)
  • cart: add cart coupon actions (#839) (b338be2)
  • cart: add cart coupon driver service interface (#824) (5a61abd)
  • cart: add cart list coupons query (#832) (ef17e46)
  • cart: add cart order result model (#830) (e04c3c4)
  • cart: add cart-order service interface (#814) (b1cc992)
  • cart: Add Composite Product to Cart (#834) (074cd0e)
  • cart: add coupon effects (#845) (553ee65)
  • cart: add coupon errors selector and facade field (#846) (a0b0409)
  • cart: add coupon reducer (#840) (35d49df)
  • cart: add Magento cart coupon driver (#862) (f805d74)
  • cart: add Magento cart coupon transformer (#860) (1e9f516)
  • cart: add Magento GraphQL response models (#855) (7913704)
  • cart: add place order actions (#826) (e5a0bdf)
  • cart: add place order effects (#828) (28b3d89)
  • cart: add place order facade fields (#835) (56382f1)
  • cart: add place order Magento driver (#823) (97e3391)
  • cart: add place order reducers (#827) (35ee9e4)
  • cart: add place order selectors (#833) (b21e9c6)
  • cart: default known generic types to the base type (#797) (421d55e)
  • cart: make cart package generic (#751) (d5f69f1)
  • cart: provide a testing module for mocking facade usage (#808) (2ac278a)
  • cart: provide cart order driver (#836) (54d5ecf)
  • cart: remove some deprecated exports (#796) (168a09e)
  • cart,product: add introspection for Magento driver apollo tests (#858) (e516b90)
  • category: add testing module for mocking facade (#807) (d48556f)
  • category: make category page configuration model generic (#783) (6722e48)
  • category: make the category package generic (#759) (be3c3a0)
  • category: provide default values for generics (#800) (32972e1)
  • checkout: update order interface (#861) (57d9df7)
  • contact: add testing module with mock facades (#811) (d768a51)
  • daffio: add guides to left nav on docs (#769) (218bd90)
  • demo: add driver variant environments (#755) (ece596e)
  • demo: implement IntrospectionFragmentMatcher (#778) (de9cd28)
  • design: add heading mixin to set font standards (#761) (bdf5d92)
  • design: add theming option to card (#768) (2cce96c)
  • design: create article component (#777) (6566f45)
  • design: fix style rendering for container component (#757) (e15a702)
  • design: update callout to use heading mixin and typography variables (#765) (7195968)
  • design: update gray palette with accessibility considerations (#767) (b0e270c)
  • design: update hero to use heading mixin (#764) (54dcdde)
  • dgeni: expanded dgeni tools for to generate docs for examples in design-land (#847) (8c00398)
  • driver: add introspection schema for Magento v2.3.4 GraphQl to exports (#852) (7924851)
  • driver: add magento error transformer (#785) (318a99b)
  • driver: hoist magento into subpackage (#794) (2726dbb)
  • driver, cart: move MagentoMoney from cart into driver/magento (#664) (3549b12)
  • geography: add actions and reducers (#735) (862e050)
  • geography: add effects (#780) (14a22fc)
  • geography: add error handling for unknown countries to Magento driver (#791) (cd013dc)
  • geography: add facade (#792) (131e1f0)
  • geography: add geography testing module to mock facade usage (#810) (dbc7668)
  • geography: add selectors (#766) (51c3ce8)
  • geography: add street2 field to DaffAddress (#712) (5ff4783)
  • navigation: make the navigation package generic (#748) (d950044)
  • navigation: prefix selectors implementation with "get" (#776) (ec20c8c)
  • newsletter: add newsletter testing module for mock facades (#809) (fa75b94)
  • paypal: add paypal testing module to test facade usage (#813) (78e1963)
  • paypal: provide default values for generics (#802) (9f89a6d)
  • paypal: update selectors to be memoized (#772) (5802dee)
  • product: add a testing module for easily mocking the facades (#803) (759b81b)
  • product: add factories for different product types (11b32a4)
  • product: add transformers for Magento bundle and simple products (#867) (4fc1a75)
  • product: finalize composite product models (#821) (01c16b1)
  • product: provide default values for generics (#801) (b7c65c1)
  • product: remove DaffProductUnion (#798) (4004592)
  • product: remove deprecated __typename value from DaffProduct (#817) (0299d51)
  • product: rename product-node to magento-product (#818) (fbd77f5)
  • product: support generics in state (#762) (cf8bb63)
  • product: update product type models (9693ec2)
  • product, category: remove unneeded and unused models (#819) (2d7713a)
  • product, demo: remove references to daff product template containers (#756) (0c2b691)
  • tools: add generate fragment types builder (#752) (7d7f1c5)

Bug Fixes

  • cart: fix a broken reference (#843) (d4c5515)
  • cart: Magento GraphQL cart address update fails (#857) (397fc35)
  • cart: malformed Magento place order and coupon queries (#859) (3f6edca)
  • category: fix bug where some effects would not properly make a get call with a generic request (#784) (1d7ecad)
  • demo, design: stylelint cannot find any files (#754) (2434c3a)
  • driver: the driver package is failing the build locally because … (#793) (8433666)
lderrickable
published 0.4.22 •

Changelog

Source

0.4.22 (2020-03-27)

Bug Fixes

  • cart: allow clearing a Magento cart with more than one item (#745) (fd8dde1)
  • cart, product: magento cart item has bad image URL (#744) (9db323b)
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