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

@ewsjs/xhr

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewsjs/xhr - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

types/ews.partial.d.ts

2

dist/xhrApi.d.ts
import { AxiosRequestConfig } from 'axios';
import { IXHROptions, IXHRApi, IXHRProgress } from "./ews.partial";
import { IXHROptions, IXHRApi, IXHRProgress } from "../types/ews.partial";
import { IProvider } from "./IProvider";

@@ -4,0 +4,0 @@ /**

{
"name": "@ewsjs/xhr",
"version": "2.0.0",
"version": "2.0.1",
"description": "alternate XHR methods for ewsjs",

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

import * as https from 'https';
import axios, { AxiosRequestConfig, AxiosProxyConfig } from 'axios';
import { IXHROptions, IXHRApi, IXHRProgress } from "./ews.partial";
import { IXHROptions, IXHRApi, IXHRProgress } from "../types/ews.partial";
import { setupXhrResponse } from "./utils";

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