Socket
Socket
Sign inDemoInstall

bh-mobile-sdk

Package Overview
Dependencies
Maintainers
5
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bh-mobile-sdk - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

2

package.json
{
"name": "bh-mobile-sdk",
"version": "0.3.12",
"version": "0.3.13",
"description": "wisedu mobile web sdk",

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

export let uploadToEMAP = (server, files, config = {}) => {
console.log('mobile_sdk_uploadToEMAP',server,files,config)
let token = config.token

@@ -33,2 +34,3 @@ let scope

BH_MOBILE_SDK.file.uploadToServer(server + '/sys/emapcomponent/file/uploadTempFileAsAttachment.do', files, req, (result) => {
console.log('mobile_sdk_uploadToServer',result)
let error = false

@@ -35,0 +37,0 @@ result.forEach((fileResult) => {

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

Sorry, the diff of this file is too big to display

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