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

waly-svalley-onlyoffice

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waly-svalley-onlyoffice - npm Package Compare versions

Comparing version 1.0.47 to 1.0.48

12

controllers/app.controller.js

@@ -1246,3 +1246,13 @@ const path = require('path');

docsPaths.forEach(filePath => {
const fileName = path.basename(filePath);
const fileName = {name: path.basename(filePath)};
// const fileName = path.basename(filePath);
const ext = fileUtility.getFileExtension(fileName.name);
if (ext === '.pptx') {
fileName.type = 'slide'
}else if(ext === '.xlsx'){
fileName.type = 'cell'
}else{
fileName.type = 'word'
}
// console.log('fileName : ',fileName);
fileNames.push(fileName);

@@ -1249,0 +1259,0 @@ });

2

package.json
{
"name": "waly-svalley-onlyoffice",
"version": "1.0.47",
"version": "1.0.48",
"private": false,

@@ -5,0 +5,0 @@ "scripts": {

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