Socket
Socket
Sign inDemoInstall

ozone-api-request

Package Overview
Dependencies
Maintainers
5
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-api-request - npm Package Compare versions

Comparing version 5.3.0 to 5.4.0

2

dist/ozone-api-request.d.ts

@@ -21,4 +21,4 @@ export declare type OzoneAPIRequestOption = {

* Event detail contains the XMLHttpRequest.
* deprecated
*
*
* ### Usage

@@ -25,0 +25,0 @@ *

@@ -18,4 +18,4 @@ /**

* Event detail contains the XMLHttpRequest.
* deprecated
*
*
* ### Usage

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

{
"name": "ozone-api-request",
"version": "5.3.0",
"version": "5.4.0",
"publishConfig": {

@@ -23,5 +23,5 @@ "access": "public"

"devDependencies": {
"ozone-type": "^5.3.0"
"ozone-type": "^5.4.0"
},
"gitHead": "efb9950fcea52e015a0a316915a21e58481cf2f2"
"gitHead": "ad81f40c3a71323098a7b18c65e07edf394aed94"
}
[![NPM version][npm-image]][npm-url]
# \<ozone-api-request\>
# ozone-api-request
!! WARNING !! this package is deprecated. Please use OzoneClient.call from ozone-typescript-client. !!

@@ -5,0 +6,0 @@ OzoneAPIRequest is a light wrapper over XMLHttpRequest to manager AJAX request to Ozone.

@@ -22,4 +22,4 @@ export type OzoneAPIRequestOption = {

* Event detail contains the XMLHttpRequest.
* deprecated
*
*
* ### Usage

@@ -60,3 +60,3 @@ *

* ```
*
*
* * Modify request before send

@@ -179,3 +179,3 @@ * ```typeScript

xmlhttp.withCredentials = true;
xmlhttp.open(this.method, this.url, true);

@@ -182,0 +182,0 @@ xmlhttp.responseType = this.responseType;

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