New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cdyne-address

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdyne-address - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

lib/cdyne-address.js

@@ -64,3 +64,4 @@ var request = require('request'),

CdyneAddress.prototype._makeRequest = function(url, parameters, callback) {
var credentials = { LicenseKey : this.license_key };
var credentials = { LicenseKey : this.license_key },
_this = this;
parameters = extend(parameters, credentials); // Add credentials to params

@@ -75,3 +76,3 @@

{
var description = getDescription(body.ReturnCode);
var description = _this._getReturnCodeInfo(body.ReturnCode);
error = new Error(description);

@@ -78,0 +79,0 @@ }

2

package.json
{
"name": "cdyne-address",
"version": "0.1.1",
"version": "0.1.2",
"description": "CDYNE Postal Address Verification API node.js wrapper",

@@ -5,0 +5,0 @@ "main": "./lib/cdyne-address.js",

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