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.3 to 0.0.4

2

package.json
{
"name": "aamva",
"version": "0.0.3",
"version": "0.0.4",
"description": "Parse AAMVA magnetic stripe",

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

@@ -5,8 +5,6 @@ var should = require('chai').should(),

var data = '%FLLAKE WORTH^GUNTHER$WILLIAM$TALMADGE^7317 HEATHLEY DR^                        ?;6360100753693864066=2102196499260=?#! 334677730  E               1603                                   ECCECC00000?';
// var data = '%FLDELRAY BEACH^DOE$JOHN$^4818 S FEDERAL BLVD^ \?\
// ;6360100462172082009=2101198299090=?\
// #! 33435 I 1600 ECCECC00000?';
var data = '%FLDELRAY BEACH^DOE$JOHN$^4818 S FEDERAL BLVD^ \?\
;6360100462172082009=2101198299090=?\
#! 33435 I 1600 ECCECC00000?';
var stripe = aamva.stripe(data);
console.log(stripe);

@@ -13,0 +11,0 @@ describe('state', function() {

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