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

Diff

Changelog

Source

0.39.4 (2021-10-14)

Features

  • product,related-products,upsell-products: add optional products to in-mem driver response (#1864) (db4eb60)
  • product: remove optional product features (#1848) (3a42280)

Bug Fixes

  • cart: items persisting after order success (#1866) (caaf77e)
griest
published 0.39.3 •

Changelog

Source

0.39.3 (2021-10-09)

Bug Fixes

  • core: randomSlice doesn't include the last element of the array (#1857) (ed67972)
  • product: extra extension factory fields overwritten (#1859) (4ac753a)
griest
published 0.39.2 •

Changelog

Source

0.39.2 (2021-10-09)

Bug Fixes

  • category: in-memory driver can't get by URL (#1856) (b15af9f)
  • external-router: in-memory driver returns URLs with leading slashes (#1854) (c7aee32)
griest
published 0.39.1 •

Changelog

Source

0.39.1 (2021-10-05)

Features

  • category: prefix category URLs with a leading slash (#1850) (bc9ca11)
  • external-router: don't truncate leading slash for in-memory driver resolution (#1851) (94e3392)

Bug Fixes

  • cart: wrong configurable product import paths (#1847) (91a24fe)
griest
published 0.39.0 •

Changelog

Source

0.39.0 (2021-10-03)

⚠ BREAKING CHANGES

  • category: removes the writable category field on DaffInMemoryBackendCategoryService and replaced it with readonly categories

  • category protected

  • overload category get with url check

  • truncate leading slash from category request URL

  • category set total products on metadata

Features

  • category: create categories on init in in-memory backend (#1842) (1e556c3)
  • category: pull current_page request field from query params (#1831) (8b12a4c)
  • design: create theming CSS custom properties (#1836) (1ee580e)
  • external-router: add in-memory driver (#1838) (9ec846c)
  • product: expose products in in-memory backend (#1841) (5118892)

Bug Fixes

  • core: guard against divide by 0, Infinity, and NaN in daffDivide (#1845) (03aaca4)
  • product: in-memory driver does not allow URLs beginning with slashes (#1846) (3b62a26)
  • related-products,upsell-products: mock facade field not initialized (#1828) (ac68012)
griest
published 0.38.9 •

Changelog

Source

0.38.9 (2021-09-15)

Features

  • cart: throw out of stock error in the item update call (#1791) (faf714b)
  • category: add extra preview fragments to category products query (#1747) (4b760e7)
  • category: fix factory partial types (#1792) (3499657)
  • composite-product: copy composite product features into a new package (#1690) (fe5b99d)
  • configurable-product: copy configurable product features into a new package (#1681) (0f11fa6)
  • core: accept mock class instantiation args in constructor (#1777) (04c0d37)
  • core: add sample (#1786) (69706a4)
  • core: add length param to randomSlice (#1789) (0465b21)
  • daffio: update members table in docs to use article tables (#1687) (09642d4)
  • design: add article table styles (#1686) (02a1f6f)
  • design: make @daffodil/design compatible with typescript@^4.0.0 (#1783) (7ef031e)
  • docs-gen: compute the docGroup of an example from the folder path, not the filename (#1711) (c4d2494)
  • external-router: add daffInsertDataPathStrategy and daffDataPathUrlMatcher (#1767) (d148a51)
  • product: add kind and extension factories (#1785) (0ac027b)
  • product: add product factory tokens (#1781) (f56e1e1)
  • product: remove extraneous configurable product fields (#1738) (adcb2ce)
  • product: use random factory kind in in-memory and testing drivers (#1811) (2a4c4ea)
  • product-composite: add in-memory driver (#1816) (84caaf0)
  • product-composite: add testing driver package (#1815) (fb2957b)
  • product-configurable: add feature and all selector (#1807) (9eee1d9)
  • product-configurable: add in-memory driver (#1817) (5734b91)
  • product-configurable: add testing driver package (#1818) (6538e52)
  • related-products: add in-memory driver module (#1813) (09d3d5e)
  • related-products: add testing driver module (#1821) (9112bfd)
  • related-products: DI product kind factory into related products factory (#1812) (998e3e0)
  • seo: add daffProvideCanonicalUrlUpdates and DAFF_SEO_CANONICAL_URL_UPDATES token (#1762) (da5cb84)
  • seo: add daffProvideMetaUpdates and DAFF_SEO_META_UPDATES token (#1757) (3354033)
  • seo: add DaffSeoCanonicalUrlEffects (#1763) (04dd8f8)
  • seo: add DaffSeoMetaEffects (#1761) (926008d)
  • seo: add DaffSeoTitleEffects (#1759) (fd9f615)
  • seo: add canonical URL update model (#1742) (b24e110)
  • seo: add meta definition models (#1744) (5c1d735)
  • seo: add meta update model (#1739) (00c33a5)
  • seo: add page hook effects abstract class (#1740) (9c11f98)
  • seo: add restoreable meta service (#1749) (b66fe24)
  • seo: add restoreable service interface (#1736) (f624f00)
  • seo: add restoreable title service (#1743) (fde1635)
  • seo: add seo/state and update action pair (#1708) (9fb78cb)
  • seo: add title update model (#1741) (5fe73fb)
  • seo: add title updates multi token and provider (#1752) (333401a)
  • seo: change canonical service to restoreable (#1745) (2f3389d)
  • upsell-products: add upsell products package (#1820) (63448ad)

Bug Fixes

  • cart: cart item state prematurely resetting after update (#1753) (160a7b2)
  • cart: public class members in magento driver (#1801) (e8dd8a1)
  • checkout: improper creation of partial in testing driver (#1776) (62cfc93)
  • design-land: fix design-land tsconfig paths (#1754) (8e68fd4)
  • product: hardcoded search value for getAll query (#1802) (e664dbb)
  • product-composite: wrong imports and paths (#1808) (e77d255)
  • product-configurable: wrong imports and paths (#1809) (3203297)
  • tools: release build task fails (#1766) (2766234)
  • tools-dgeni: add devDependencies to package.json (#1805) (a1bcbd8)
griest
published 0.38.6 •

Changelog

Source

0.38.6 (2021-09-14)

Features

  • cart: throw out of stock error in the item update call (#1791) (faf714b)
  • category: add extra preview fragments to category products query (#1747) (4b760e7)
  • category: fix factory partial types (#1792) (3499657)
  • composite-product: copy composite product features into a new package (#1690) (fe5b99d)
  • configurable-product: copy configurable product features into a new package (#1681) (0f11fa6)
  • core: accept mock class instantiation args in constructor (#1777) (04c0d37)
  • core: add sample (#1786) (69706a4)
  • core: add length param to randomSlice (#1789) (0465b21)
  • daffio: update members table in docs to use article tables (#1687) (09642d4)
  • design: add article table styles (#1686) (02a1f6f)
  • design: make @daffodil/design compatible with typescript@^4.0.0 (#1783) (7ef031e)
  • docs-gen: compute the docGroup of an example from the folder path, not the filename (#1711) (c4d2494)
  • external-router: add daffInsertDataPathStrategy and daffDataPathUrlMatcher (#1767) (d148a51)
  • product: add kind and extension factories (#1785) (0ac027b)
  • product: add product factory tokens (#1781) (f56e1e1)
  • product: remove extraneous configurable product fields (#1738) (adcb2ce)
  • product: use random factory kind in in-memory and testing drivers (#1811) (2a4c4ea)
  • product-composite: add in-memory driver (#1816) (84caaf0)
  • product-composite: add testing driver package (#1815) (fb2957b)
  • product-configurable: add feature and all selector (#1807) (9eee1d9)
  • product-configurable: add in-memory driver (#1817) (5734b91)
  • product-configurable: add testing driver package (#1818) (6538e52)
  • related-products: add in-memory driver module (#1813) (09d3d5e)
  • related-products: add testing driver module (#1821) (9112bfd)
  • related-products: DI product kind factory into related products factory (#1812) (998e3e0)
  • seo: add daffProvideCanonicalUrlUpdates and DAFF_SEO_CANONICAL_URL_UPDATES token (#1762) (da5cb84)
  • seo: add daffProvideMetaUpdates and DAFF_SEO_META_UPDATES token (#1757) (3354033)
  • seo: add DaffSeoCanonicalUrlEffects (#1763) (04dd8f8)
  • seo: add DaffSeoMetaEffects (#1761) (926008d)
  • seo: add DaffSeoTitleEffects (#1759) (fd9f615)
  • seo: add canonical URL update model (#1742) (b24e110)
  • seo: add meta definition models (#1744) (5c1d735)
  • seo: add meta update model (#1739) (00c33a5)
  • seo: add page hook effects abstract class (#1740) (9c11f98)
  • seo: add restoreable meta service (#1749) (b66fe24)
  • seo: add restoreable service interface (#1736) (f624f00)
  • seo: add restoreable title service (#1743) (fde1635)
  • seo: add seo/state and update action pair (#1708) (9fb78cb)
  • seo: add title update model (#1741) (5fe73fb)
  • seo: add title updates multi token and provider (#1752) (333401a)
  • seo: change canonical service to restoreable (#1745) (2f3389d)
  • upsell-products: add upsell products package (#1820) (63448ad)

Bug Fixes

  • cart: cart item state prematurely resetting after update (#1753) (160a7b2)
  • cart: public class members in magento driver (#1801) (e8dd8a1)
  • checkout: improper creation of partial in testing driver (#1776) (62cfc93)
  • design-land: fix design-land tsconfig paths (#1754) (8e68fd4)
  • product: hardcoded search value for getAll query (#1802) (e664dbb)
  • product-composite: wrong imports and paths (#1808) (e77d255)
  • product-configurable: wrong imports and paths (#1809) (3203297)
  • tools: release build task fails (#1766) (2766234)
  • tools-dgeni: add devDependencies to package.json (#1805) (a1bcbd8)
griest
published 0.38.5 •

Changelog

Source

0.38.5 (2021-08-23)

Features

  • category: add extra preview fragments to category products query (#1747) (4b760e7)
  • docs-gen: compute the docGroup of an example from the folder path, not the filename (#1711) (c4d2494)
  • external-router: add daffInsertDataPathStrategy and daffDataPathUrlMatcher (#1767) (d148a51)
  • product: remove extraneous configurable product fields (#1738) (adcb2ce)
  • seo: add daffProvideCanonicalUrlUpdates and DAFF_SEO_CANONICAL_URL_UPDATES token (#1762) (da5cb84)
  • seo: add daffProvideMetaUpdates and DAFF_SEO_META_UPDATES token (#1757) (3354033)
  • seo: add DaffSeoCanonicalUrlEffects (#1763) (04dd8f8)
  • seo: add DaffSeoMetaEffects (#1761) (926008d)
  • seo: add DaffSeoTitleEffects (#1759) (fd9f615)
  • seo: add canonical URL update model (#1742) (b24e110)
  • seo: add meta definition models (#1744) (5c1d735)
  • seo: add meta update model (#1739) (00c33a5)
  • seo: add page hook effects abstract class (#1740) (9c11f98)
  • seo: add restoreable meta service (#1749) (b66fe24)
  • seo: add restoreable service interface (#1736) (f624f00)
  • seo: add restoreable title service (#1743) (fde1635)
  • seo: add seo/state and update action pair (#1708) (9fb78cb)
  • seo: add title update model (#1741) (5fe73fb)
  • seo: add title updates multi token and provider (#1752) (333401a)
  • seo: change canonical service to restoreable (#1745) (2f3389d)

Bug Fixes

  • cart: cart item state prematurely resetting after update (#1753) (160a7b2)
  • design-land: fix design-land tsconfig paths (#1754) (8e68fd4)
  • tools: release build task fails (#1766) (2766234)
lderrickable
published 0.38.4 •

Changelog

Source

0.38.4 (2021-08-06)

Features

  • category: add canonicalUrl to category (#1718) (0ba26dd)
  • core: add canonically locatable interface (#1715) (a459492)
  • design: add quantity field component (#1307) (7cf1741)
  • design: adds docs example for DaffModalComponent (#1717) (7942f63)
  • design: define a type for an exported component example (#1712) (cecb833)
  • product: add canonicalUrl to product (#1719) (60162c1)
  • product: DaffProduct.images is a required field (#1713) (f7a7b8f)
  • product: remove unused magento bundled product field (#1705) (8bc77d0)
  • related-products: add Magento driver (#1700) (30294c3)
  • related-products: add reducers and meta-reducers (#1707) (ed363c9)
  • related-products: add selectors and facade (#1722) (b1d251b)
  • related-products: cast main product from product response (#1728) (ea26b4d)
  • seo: cache upserted canonical URL and provide in root (#1710) (42883b1)

Bug Fixes

  • product: magento product previews need to transform stock status (#1733) (2c852ee)
  • related-products: arrow functions in provider factory (#1727) (72ea8a3)
  • related-products: wrong mock class in factory (#1729) (36a0a8b)
lderrickable
published 0.38.3 •

Changelog

Source

0.38.3 (2021-07-28)

Bug Fixes

  • product: add workaround for magento not returning bundled product items in related/upsell products (#1706) (da5cc32)
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