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

card-validator

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

card-validator - npm Package Versions

234

10.0.1

Diff

braintree
published 10.0.0 •

Changelog

Source

10.0.0

  • Update postal code validation to:
    • strip trailing and leading whitespace
    • verify postal code is at least 3 characters
    • confirm 1st three characters are alphanumeric
  • Update braces to 3.0.3
braintree
published 9.1.0 •

Changelog

Source

9.1.0

  • Support skipping of luhn check digit validation in card number validator.
braintree
published 9.0.0 •

Changelog

Source

9.0.0

  • BREAKING CHANGES
    • Update node to v18 -DevDependency Updates:
    • Update prettier to v3
    • Update eslint-plugin-prettier to v5
braintree
published 8.1.1 •

Changelog

Source

8.1.1

  • Fix issue where a potentially valid year would evaulate as invalid (#93)
braintree
published 8.1.0 •

Changelog

Source

8.1.0

  • Add cardholderName verification method
braintree
published 8.0.0 •

Changelog

Source

8.0.0

Breaking Changes

  • Use export = instead of export default for main export (use "esModuleInterop": true flag in your tsconfig to maintain the default module behavior)
braintree
published 7.1.0 •

Changelog

Source

7.1.0

  • The cardValidator object is now available as the default import when using es modules (thanks @leomp12)
braintree
published 7.0.1 •

Changelog

Source

7.0.1

  • Fixup export for credit-card-type for typescript projects (closes #79)
braintree
published 7.0.0 •

Changelog

Source

7.0.0

  • Add typescript types

Breaking Changes

  • Upgrade credit-card-type to v9.0.0
    • Drop support for card numbers instantiated with new String(number)
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