Socket
Socket
Sign inDemoInstall

vindec-validator

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -30,3 +30,3 @@

if (remainder === Number(toValidate.charAt(8))) {
if (remainder == toValidate.charAt(8) || (toValidate.charAt(8) == 'X' && remainder == 10)) {
return true

@@ -33,0 +33,0 @@ }

{
"name": "vindec-validator",
"version": "1.1.1",
"version": "1.1.2",
"description": "A vehicle Identification number (VIN) validator",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc