Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vin-generator

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vin-generator

A javascript library to generate random Vehicle Identification Numbers (VIN)s.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
873
-58.68%
Maintainers
1
Weekly downloads
 
Created
Source

#Vehicle Identification Number (VIN) Generator A VIN is used by a vehicle manufacturer to uniquely identify vehicles. This library is designed to generate random VINs for use in testing applications which either display or validate VINs. It is a javascript port of the python library created by yanigisawa.

##Usage

var vinGenerator = require('vin-generator');

var randomVin = vinGenerator.generateVin();

FAQs

Package last updated on 01 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts