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.25.0

Diff

Changelog

Source

0.25.0 (2021-02-18)

⚠ BREAKING CHANGES

  • design: this drops support for the old heading-* verions and additionally drops the support for the -xs variant. We've determined that attempting to make text smaller tends to lead to illeginle text, and as such we've shifted all the text flavors up from xs -> sm ... and added a new -xl variant.

Features

  • all: add cacheable queries to the magento cacheable queries list (#1270) (f86eb48)
  • all: use optional chaining (#1263) (b92039f)
  • cart: add cart item price selectors (#1283) (45739b6)
  • cart: remove cart item discount fields (#1280) (c343680)
  • core, driver: add infrastructure for making cacheable apollo queries per platform (#1264) (233f42b)
  • demo: init ngrx booleans to false (#1261) (3846ff3)
  • design: add caption mixin from daff-typography (#1186) (3237df1)
  • design: add new body mixin to daff-typography (#1186) (bc5d9b1)
  • design: create compactable interface (#1258) (db6b0bc)
  • design: create DaffSkeletonable interface (#1285) (eccd790)
  • design: provide Radio Registry at the root (#1252) (740ea7d)
  • design: rename heading-* mixins to headline-* (#1186) (aa003b8)
  • design: updates the font sizes on typography mixins (#1186) (2daf9c9)
  • navigation: sort magento navigation categories by position (#1254) (441fbca)

Bug Fixes

  • cart: in-memory api does not update collection of carts as expected (#1255) (6ac660e)
  • category: multiple category load requests are no longer canceled (#1287) (d7aceef)
lderrickable
published 0.24.0 •

Changelog

Source

0.24.0 (2021-01-26)

⚠ BREAKING CHANGES

  • all: The types of all ID-related fields are now type string
  • all: Dropped support for Angular v8 and v9

Features

  • all: change ID type to string and generate IDs with uuid (#1245) (362f6e1)
  • all: pass generic type to ModuleWithProviders (#1229) (d958ee4)
  • all: provide mock facade in root and with useExisting (#1217) (90db80c)
  • auth: add injection token types (#1229) (f8f8756)
  • authorizenet: add injection token types (#1229) (ebec1bc)
  • cart: add default value for extra cart fragments token (#1239) (c6a1de1)
  • cart: add injection token types (#1229) (9e7289e)
  • cart: add typename on all Magento responses (#1229) (a9b01b8)
  • cart: provide cart item testing driver service (#1218) (07a6a10)
  • cart: provide magento transformers in root (#1229) (b2187dc)
  • cart: transform invalid coupon code error from message (#1199) (2e59eeb)
  • cart: update to support @apollo/client 3 and apollo-angular (#1229) (7837d80)
  • category: add injection token types (#1229) (3fd50a3)
  • checkout: add export (#1229) (cf4e942)
  • contact: add injection token types (#1229) (f8c313b)
  • core: add scan generic in substream (#1229) (2759927)
  • core: update to support @apollo/client 3 and apollo-angular 2 (#1229) (8bbf1fe)
  • demo: update to support @apollo/client 3 and apollo-angular 2 (#1229) (578476c)
  • design: add checkbox CVA export (#1229) (0e32e9a)
  • design: add Directive decorator to mixin (#1229) (01e1ef6)
  • design: add form error messages export (#1229) (a8922d1)
  • design: add modal exports (#1229) (a78a8d5)
  • design: add radio CVA export (#1229) (9720278)
  • design-land: remove unused entryComponents (#1229) (c874fba)
  • driver: add typename to Magento models (#1229) (1f81c64)
  • external-router: add new external routing package scaffold (#1216) (de7af27)
  • geography: add injection token types (#1229) (08010e9)
  • geography: add typename to Magento models (#1229) (2adbdc3)
  • geography: update to support @apollo/client 3 and apollo-angular 2 (#1229) (f7717ad)
  • navigation: update to support @apollo/client 3 and apollo-angular 2 (#1229) (6d00c08)
  • newsletter: add injection token types (#1229) (525434f)
  • order: add default value for extra order fragments token (#1238) (c1409af)
  • order: add order payment to invoice fragment (#1234) (62375cd)
  • order: add typename to driver response models (#1229) (86dfb7f)
  • order: randomly generate product name and SKU in order item fac… (#1222) (0b7de2c)
  • order: update to support @apollo/client 3 and apollo-angular 2 (#1229) (64a941d)
  • paypal: add default generic types to transformer interface (#1229) (a94557f)
  • paypal: add injection token types (#1229) (043a8db)
  • paypal: update to support @apollo/client 3 and apollo-angular 2 (#1229) (81c605d)
  • product: add injection token types (#1229) (8e0e776)
  • product: add typename to driver response models (#1229) (7a7c2c6)
  • product: update to support @apollo/client 3 and apollo-angular 2 (#1229) (714f63c)

Bug Fixes

  • category: default sort option transformer cannot set read only property '0' (#1237) (38b9959)

  • demo: aot compatible driver map (#1229) (6f20d90)

  • design: handle edge case with @self injected control (#1229) (81b245b)

  • all: upgrade Angular to v10 package and dependencies (#1229) (7e15e0a)

lderrickable
published 0.23.1 •

Changelog

Source

0.23.1 (2021-01-11)

Features

  • navigation: export the MagentoBreadcrumb interface (#1215) (5fddf83)
lderrickable
published 0.23.0 •

Changelog

Source

0.23.0 (2021-01-11)

⚠ BREAKING CHANGES

  • cart: this token has been renamed to DAFF_CART_MAGENTO_EXTRA_CART_FRAGMENTS, simply swap your existing token with the new one.

Features

  • cart: rename extra cart fragments token (#1208) (83c87fd)
  • navigation: get breadcrumbs with navigation queries (#1210) (00542a7)
lderrickable
published 0.22.1 •

Changelog

Source

0.22.1 (2021-01-06)

Bug Fixes

  • cart: cart item states get reset when DaffCartItemUpdateSuccess actions are dispatched (#1205) (f4a7ea4)
lderrickable
published 0.22.0 •

Changelog

Source

0.22.0 (2021-01-05)

⚠ BREAKING CHANGES

  • cart: The selectItemMutating selector is now a derived selector of all cart item states and is called selectCartItemMutating

Features

  • cart: add more driver errors (#1198) (05a0a15)
  • cart/state: add specification for server-side cart resolution (#1193) (e21f1cd)
  • core: swap persistence to server error on server by default (#1200) (9184640)

Bug Fixes

  • cart: fix bug where concurrent cart item updates would result in… (#1203) (486dda7)
  • core: queued apollo mutation errors prevent subsequent requests (#1196) (cc43940)
lderrickable
published 0.21.3 •

Changelog

Source

0.21.3 (2020-12-22)

Features

  • cart: transform cart errors with injectable error matcher (#1147) (98f894d)
  • product: make DaffProduct.images a required field (#1195) (d4b5e43)
lderrickable
published 0.21.2 •

Changelog

Source

0.21.2 (2020-12-18)

Features

Bug Fixes

  • category: category breadcrumbs return from magento in alphabetic… (#1188) (4eeb037)
  • product: configurable product selectable attributes include out of stock variants (#1189) (2248754)
lderrickable
published 0.21.1 •

Changelog

Source

0.21.1 (2020-12-16)

Features

  • authorizenet: add driver errors (#1171) (bf893f4)
  • authorizenet: map errors in magento driver (#1183) (64882a1)
  • authorizenet: transform errors to state with injected error matcher (#1182) (d305410)
  • core: add storage service that errors on the server (#1180) (3f47e76)
  • navigation: shard packages (#1181) (05d67e7)

Bug Fixes

  • cart: some cart fields disappear during mutations that do not retrieve the entire cart (#1184) (1c9e0e5)
lderrickable
published 0.21.0 •

Changelog

Source

0.21.0 (2020-12-07)

⚠ BREAKING CHANGES

  • cart: The type of the selectCartResolved has changed to DaffCartResolvedState enum. The type of the resolved$ facade field has changed in the same way

Features

  • cart: add selector for total cart items (#1178) (b1d3d69)
  • cart: improve CartResolution action hygiene, change resolved state to enum (#1176) (d0cbf78)
  • product: add selectors for product prices and discounted prices (#1177) (f966124)
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