Socket
Socket
Sign inDemoInstall

postgrid-node-client

Package Overview
Dependencies
26
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.6.0

24

build/address.js

@@ -149,12 +149,12 @@ "use strict";

* data: [
* { line1: '77 N MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 S MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 N MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 S MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 E MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 W MAIN ST', city: undefined, provinceOrState: 'UT' },
* { line1: '77 N MAIN ST', city: 'ABERDEEN', provinceOrState: 'ID' },
* { line1: '77 S MAIN ST', city: 'ABERDEEN', provinceOrState: 'ID' },
* { line1: '77 N MAIN ST', city: 'ABERDEEN', provinceOrState: 'SD' },
* { line1: '77 S MAIN ST', city: 'ABERDEEN', provinceOrState: 'SD' }
* { line1: '77 N MAIN ST', city: undefined, postalOrZip: '84622' },
* { line1: '77 S MAIN ST', city: undefined, postalOrZip: '84622' },
* { line1: '77 N MAIN ST', city: undefined, postalOrZip: '84657' },
* { line1: '77 S MAIN ST', city: undefined, postalOrZip: '84657' },
* { line1: '77 E MAIN ST', city: undefined, postalOrZip: '84775' },
* { line1: '77 W MAIN ST', city: undefined, postalOrZip: '84775' },
* { line1: '77 N MAIN ST', city: 'ABERDEEN', postalOrZip: '83210' },
* { line1: '77 S MAIN ST', city: 'ABERDEEN', postalOrZip: '83210' },
* { line1: '77 N MAIN ST', city: 'ABERDEEN', postalOrZip: '57401' },
* { line1: '77 S MAIN ST', city: 'ABERDEEN', postalOrZip: '57401' }
* ]

@@ -181,3 +181,3 @@ * }

countryFilter: country || 'US',
provInsteadOfPC: true,
provInsteadOfPC: false,
})];

@@ -194,3 +194,3 @@ case 1:

.map(function (p) {
return { line1: p.address, city: p.city, provinceOrState: p.prov };
return { line1: p.address, city: p.city, postalOrZip: p.pc };
});

@@ -197,0 +197,0 @@ }

{
"name": "postgrid-node-client",
"version": "0.5.1",
"version": "0.6.0",
"description": "Node.js Client for PostGrid Business API",

@@ -5,0 +5,0 @@ "keywords": [

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