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

dthttp

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dthttp - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

1

dist/http.js

@@ -42,2 +42,3 @@ 'use strict';

var request = new XMLHttpRequest();
request.withCredentials = true;

@@ -44,0 +45,0 @@ function handleResponse() {

2

package.json
{
"name": "dthttp",
"version": "1.1.2",
"version": "1.2.0",
"description": "Simple HTTP-client with Promises",

@@ -5,0 +5,0 @@ "main": "dist/http.js",

@@ -25,2 +25,3 @@ import { JSONToQueryParams } from 'dtutils';

const request = new XMLHttpRequest;
request.withCredentials = true;

@@ -27,0 +28,0 @@ function handleResponse() {

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