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

m2x

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m2x - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/response.js

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

} else {
if (res.headers["content-type"] === "application/json") {
if (res.headers["content-type"].includes("application/json")) {
try {

@@ -15,0 +15,0 @@ this.json = res.body ? JSON.parse(res.body) : {};

{
"name": "m2x",
"version": "3.1.1",
"version": "3.1.2",
"description": "AT&T M2X API client for node.js",

@@ -5,0 +5,0 @@ "main": "./lib/m2x",

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