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

smartystreets-javascript-sdk

Package Overview
Dependencies
Maintainers
1
Versions
99
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 1.3.0 to 1.3.1

2

package.json
{
"name": "smartystreets-javascript-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "Quick and easy SmartyStreets address validation.",

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

@@ -7,3 +7,2 @@ class Request {

"Content-Type": "application/json; charset=utf-8",
"Accept-Encoding": "gzip",
};

@@ -10,0 +9,0 @@

@@ -67,3 +67,2 @@ const chai = require("chai");

expect(requestConfig.headers["Content-Type"]).to.equal("application/json; charset=utf-8");
expect(requestConfig.headers["Accept-Encoding"]).to.equal("gzip");
});

@@ -70,0 +69,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