Socket
Socket
Sign inDemoInstall

ozone-api-request

Package Overview
Dependencies
Maintainers
6
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.2.1-alpha.0 to 5.2.1

7

dist/index.js

@@ -1,6 +0,1 @@

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./ozone-api-request"));
export * from "./ozone-api-request";

5

dist/ozone-api-request.js

@@ -1,3 +0,1 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**

@@ -76,3 +74,3 @@ * OzoneAPIRequest is a light wrapper over XMLHttpRequest to manager AJAX request to Ozone.

*/
class OzoneAPIRequest {
export class OzoneAPIRequest {
constructor() {

@@ -218,5 +216,4 @@ this._url = '';

}
exports.OzoneAPIRequest = OzoneAPIRequest;
OzoneAPIRequest.option = {
cache: true
};
{
"name": "ozone-api-request",
"version": "5.2.1-alpha.0",
"version": "5.2.1",
"publishConfig": {

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

"devDependencies": {
"ozone-type": "^5.2.1-alpha.0"
"ozone-type": "^5.2.1"
},
"gitHead": "add550ef77b4ff5e528938c9ac750b159ce9636a"
"gitHead": "713378763117304f56664509f5ccec75cb189e9d"
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"module": "esnext",
"moduleResolution": "node",

@@ -6,0 +6,0 @@ "experimentalDecorators": true,

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