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

aamva

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aamva - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

index.js

@@ -28,3 +28,2 @@

"birthday": function() {
//19879908
var dob = res2[6].match(/(\d{4})(\d{2})(\d{2})/);

@@ -44,3 +43,3 @@ dob[1] = parseInt(dob[1]);

dob[2]--;
return (new Date(dob[1], dob[2], dob[3]));
return (new Date(Date.UTC(dob[1], dob[2], dob[3]));
},

@@ -47,0 +46,0 @@ "dl_overflow": res2[7],

{
"name": "aamva",
"version": "0.0.8",
"version": "0.0.9",
"description": "Parse AAMVA magnetic stripe",

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

@@ -77,2 +77,3 @@ # aamva.js

* 0.0.8 removed debug statements
* 0.0.9 changed birthday to utc date

@@ -79,0 +80,0 @@

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