Socket
Socket
Sign inDemoInstall

ozone-api-upload

Package Overview
Dependencies
6
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/ozone-api-upload.js

@@ -173,3 +173,3 @@ "use strict";

const body = {
mediaUploadChannelIdentifier: 'uploadChannel1',
mediaUploadChannelIdentifier: this.config.uploadChannel,
autoCommit: false,

@@ -176,0 +176,0 @@ mediaMetadatas: [{

{
"name": "ozone-api-upload",
"version": "1.0.0",
"version": "1.0.1",
"description": "UploadFileRequest is a JavaScrip class that can be use as an XMLHttpRequest to upload media using ozone v2 upload chanel.",

@@ -21,4 +21,5 @@ "main": "dist/ozone-api-upload.js",

"dependencies": {
"ozone-config": "^1.0.3"
},
"repository": "https://github.com/taktik/ozone-api-upload"
}

@@ -244,3 +244,3 @@ import * as Config from 'ozone-config'

const body = {
mediaUploadChannelIdentifier: 'uploadChannel1',
mediaUploadChannelIdentifier: this.config.uploadChannel,
autoCommit: false,

@@ -247,0 +247,0 @@ mediaMetadatas: [{

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc