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

@bigcommerce/checkout-sdk

Package Overview
Dependencies
Maintainers
15
Versions
1233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/checkout-sdk - npm Package Versions

1
123

1.34.2

Diff

Changelog

Source

1.34.2 (2019-08-29)

Bug Fixes

  • common: CHECKOUT-4367 Set error name for StandardError (59728eb)
  • common: CHECKOUT-4367 Stop throwing generic StandardError type (857c04b)

<a name="1.34.1"></a>

pascal.zajac
published 1.34.1 •

Changelog

Source

1.34.1 (2019-08-28)

Bug Fixes

  • payment: INT-1829 Remove error validation if no code action is present (b7e07c7)
  • payment: INT-1836 Update strategy to support 3ds with vaulting (44e8ac6)

Performance Improvements

  • common: CHECKOUT-4272 Only set up event listeners for iframe resizer when it is in use (58e0a1e)

<a name="1.34.0"></a>

pascal.zajac
published 1.34.0 •

Changelog

Source

1.34.0 (2019-08-14)

Features

  • payment: INT-1608 Modify Paypal Payments Pro strategy for 3DS (6e0d6f0)

<a name="1.33.0"></a>

pascal.zajac
published 1.33.0 •

Changelog

Source

1.33.0 (2019-08-13)

Features

  • payment: INT-1811 Fix enrolled card Issue (f2e1ab0)

<a name="1.32.1"></a>

davidchin
published 1.32.1 •

Changelog

Source

1.32.1 (2019-08-12)

Bug Fixes

  • common: CHECKOUT-4321 Fix getters not returning previous cloned objects that are nested inside another even when they are unchanged. (277a8fe)

<a name="1.32.0"></a>

davidchin
published 1.32.0 •

Changelog

Source

1.32.0 (2019-08-08)

Features

  • payment: INT-1736 Add Reference Id value in the jwt to initialize cardinal and update logic to handle the new Cardinal's Payload (dc8abe1)

<a name="1.31.1"></a>

davidchin
published 1.31.1 •

Changelog

Source

1.31.1 (2019-08-07)

Bug Fixes

  • common: CHECKOUT-4272 Fix immutable array replacer as it returns original array instead of merged array (e02f62b)
  • common: CHECKOUT-4272 Fix unsubscribe function not able to unsubscribe (537e6d6)
  • common: CHECKOUT-4272 Use another data store as projection instead of plain observable so you can still notify subscribers when subscription filters are applied (397ab34)

Performance Improvements

  • checkout: CHECKOUT-4272 Add function for creating checkout selectors factory (f7b3ba5)
  • checkout: CHECKOUT-4272 Refactor checkout selector to return new getters only when there are changes to relevant data (cf77c05)
  • checkout: CHECKOUT-4272 Refactor checkout store data selector to return new getters only when there are changes to relevant data (7a4d7b7)
  • checkout: CHECKOUT-4272 Refactor checkout store error selector to return new getters only when there are changes to relevant data (9dccc3d)
  • checkout: CHECKOUT-4272 Refactor checkout store status selector to return new getters only when there are changes to relevant data (4b0391d)
  • checkout: CHECKOUT-4272 Refactor remote checkout selector to return new getters only when there are changes to relevant data (db65c75)
  • checkout: CHECKOUT-4272 Update checkout reducer to transform state only when necessary (ed5f6a8)
  • checkout: CHECKOUT-4272 Update remote checkout reducer to transform state only when necessary (76c6a61)
  • checkout-button: CHECKOUT-4272 Refactor checkout button selector to return new getters only when there are changes to relevant data (6b939af)
  • checkout-button: CHECKOUT-4272 Update checkout button reducer to transform state only when necessary (eacc9a1)
  • common: CHECKOUT-4272 Add function that can clone return value of function if it is different from previous call (2b4f7e2)
  • common: CHECKOUT-4272 Refactor config selector to return new getters only when there are changes to relevant data (f055ab0)
  • common: CHECKOUT-4272 Refactor country selector to return new getters only when there are changes to relevant data (83d9ca3)
  • common: CHECKOUT-4272 Refactor form selector to return new getters only when there are changes to relevant data (7489058)
  • common: CHECKOUT-4272 Update config reducer to transform state only when necessary (74805a6)
  • common: CHECKOUT-4272 Update country reducer to transform state only when necessary (2bdae4c)
  • payment: CHECKOUT-4272 Refactor instrument selector to return new getters only when there are changes to relevant data (655d298)
  • payment: CHECKOUT-4272 Refactor payment method selector to return new getters only when there are changes to relevant data (f5bddc4)
  • payment: CHECKOUT-4272 Refactor payment selector to return new getters only when there are changes to relevant data (c35b0a1)
  • payment: CHECKOUT-4272 Refactor payment strategy selector to return new getters only when there are changes to relevant data (1c419e7)
  • payment: CHECKOUT-4272 Update instrument reducer to transform state only when necessary (6543213)
  • payment: CHECKOUT-4272 Update payment method reducer to transform state only when necessary (a6dbba9)
  • payment: CHECKOUT-4272 Update payment strategy reducer to transform state only when necessary (dfda886)
  • shipping: CHECKOUT-4272 Refactor consignment selector to return new getters only when there are changes to relevant data (87ad888)
  • shipping: CHECKOUT-4272 Refactor shipping address selector to return new getters only when there are changes to relevant data (c18b8de)
  • shipping: CHECKOUT-4272 Refactor shipping country selector to return new getters only when there are changes to relevant data (698ee10)
  • shipping: CHECKOUT-4272 Refactor shipping strategy selector to return new getters only when there are changes to relevant data (974972f)
  • shipping: CHECKOUT-4272 Update consignment reducer to transform state only when necessary (511311b)
  • shipping: CHECKOUT-4272 Update shipping country reducer to transform state only when necessary (4319777)
  • shipping: CHECKOUT-4272 Update shipping strategy reducer to transform state only when necessary (a032432)
  • shopper: CHECKOUT-4272 Refactor customer selector to return new getters only when there are changes to relevant data (f27f763)
  • shopper: CHECKOUT-4272 Refactor customer strategy selector to return new getters only when there are changes to relevant data (80a24e3)
  • shopper: CHECKOUT-4272 Update customer reducer to transform state only when necessary (87e0b56)
  • shopper: CHECKOUT-4272 Update customer strategy reducer to transform state only when necessary (8b86d8a)

<a name="1.31.0"></a>

pascal.zajac
published 1.31.0 •

Changelog

Source

1.31.0 (2019-08-04)

Bug Fixes

  • payment: CHECKOUT-4273 Fix PayPal Express modal does not load when recaptcha is enabled (b4f2054)

Features

  • payment: INT-1768 Payment Intent creation refactor (ba07314)

Performance Improvements

  • billing: CHECKOUT-4272 Refactor billing selector to return new getters only when there are changes to relevant data (fe78e6d)
  • billing: CHECKOUT-4272 Update billing reducer to transform state only when necessary (8d49c5a)
  • cart: CHECKOUT-4272 Refactor cart selector to return new getters only when there are changes to relevant data (5bb0b94)
  • cart: CHECKOUT-4272 Update cart reducer to transform state only when necessary (1e9d658)
  • checkout: CHECKOUT-4272 Add function for creating internal checkout selectors factory (722a09a)
  • checkout: CHECKOUT-4272 Refactor coupon selector to return new getters only when there are changes to relevant data (39b69fc)
  • checkout: CHECKOUT-4272 Refactor gift certificate selector to return new getters only when there are changes to relevant data (2d53e4d)
  • checkout: CHECKOUT-4272 Update coupon reducer to transform state only when necessary (daaa59a)
  • checkout: CHECKOUT-4272 Update gift certificate reducer to transform state only when necessary (ef9d7c2)
  • common: CHECKOUT-4272 Add shallow equal selector creator for creating selectors that does shallow comparison instead of strict comparison (7a313e1)
  • common: CHECKOUT-4272 Add size limit to cache key resolver (d6dd84b)
  • common: CHECKOUT-4272 Add utility functions for transforming data in reducers (d3a1505)
  • common: CHECKOUT-4272 Avoid doing another round of transformation for subscription filters (d4fb957)
  • order: CHECKOUT-4272 Refactor order selector to return new getters only when there are changes to relevant data (6e20543)
  • order: CHECKOUT-4272 Update order reducer to transform state only when necessary (d79afec)

<a name="1.30.0"></a>

pascal.zajac
published 1.30.0 •

Changelog

Source

1.30.0 (2019-07-29)

Features

  • payment: INT-1650 Adding IIN field to vaulted instrument strategy (19ae743)

<a name="1.29.0"></a>

davidchin
published 1.29.0 •

Changelog

Source

1.29.0 (2019-07-25)

Features

  • common: CHECKOUT-4272 Bind methods to object instances to allow destructing (8acd3f9)
  • payment: INT-1577 Support Stored Credit Card (vaulting) for Stripe V3 (9bc1657)

<a name="1.28.0"></a>

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