Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 4.2.2 to 4.3.0

7

dist/index.js

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

export * from "./ozone-api-request";
"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"));

5

dist/ozone-api-request.js

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

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

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

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

@@ -219,1 +221,2 @@ this._url = '';

};
exports.OzoneAPIRequest = OzoneAPIRequest;
{
"name": "ozone-api-request",
"version": "4.2.2",
"version": "4.3.0",
"publishConfig": {

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

"devDependencies": {
"ozone-type": "^4.2.2"
"ozone-type": "^4.3.0"
},
"gitHead": "247552d5525acb2e7dc29fd43ecad12dd2ca311b"
"gitHead": "e14c1ae132d0d1822f1ebaebac34b7f68662a124"
}
{
"compilerOptions": {
"target": "es6",
"module": "es2015",
"module": "commonjs",
"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