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

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
8
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartystreets-javascript-sdk - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

tests/test_ExtractExample.js

2

package.json
{
"name": "smartystreets-javascript-sdk",
"version": "5.0.0",
"version": "5.0.1",
"description": "Quick and easy Smarty address validation.",

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

class Request {
constructor(payload) {
constructor(payload, headers = {"Content-Type": "application/json; charset=utf-8"}) {
this.baseUrl = "";
this.baseUrlParam = "";
this.payload = payload;
this.headers = {
"Content-Type": "application/json; charset=utf-8",
};
this.headers = headers;

@@ -10,0 +8,0 @@ this.parameters = {};

@@ -19,3 +19,3 @@ const Errors = require("../Errors");

let request = new Request(lookup.text);
let request = new Request(lookup.text, {"Content-Type": "text/plain; charset=utf-8"});
request.parameters = buildInputData(lookup, keyTranslationFormat);

@@ -22,0 +22,0 @@

Sorry, the diff of this file is not supported yet

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