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.0 to 1.1.1

CODE_OF_CONDUCT.md

4

package.json
{
"name": "vindec-validator",
"version": "1.1.0",
"version": "1.1.1",
"description": "A vehicle Identification number (VIN) validator",
"main": "index.js",
"repository": "https://github.com/thephilip/vincec-validator",
"repository": "https://github.com/thephilip/vindec-validator",
"author": "Philip Smith <thephilipsmith@gmail.com>",
"license": "MIT"
}
# Vindec VIN (Vehicle Identification Number) Validator
###### Used by the Vindec package to validate VIN numbers.
###### Used by the Vindec package to validate VIN numbers, but may also be used as a standalone package.
## Installation
[![NPM](https://nodei.co/npm/vindec-validator.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/<package>/)
[![NPM](https://nodei.co/npm/vindec-validator.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vindec-validator/)
Install with either `npm i vindec-validator` or `yard add vindec-validator`.
Install with either `npm i vindec-validator` or `yard add vindec-validator`. If you are interested in learning how I implemented the algorithm or would like to create your own implementation (or update this one!?), I found the following article to be extremely beneficial.
[Use VIN Validation to Improve Inventory Quality](https://vin.dataonesoftware.com/vin_basics_blog/bid/112040/use-vin-validation-to-improve-inventory-quality) by Joe Kiley
## Usage

@@ -11,0 +13,0 @@ ```javascript

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