New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsreport/jsreport-xlsx

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/jsreport-xlsx - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

4

lib/generation/preprocess/loop.js

@@ -725,2 +725,6 @@ const path = require('path')

contentEl = fEl
} else {
// field is error but no formula definition was found, so we can not
// parse this
return
}

@@ -727,0 +731,0 @@

2

lib/main.js

@@ -34,3 +34,3 @@ const extend = require('node.extend.without.arrays')

contentRaw: { type: 'Edm.Binary', document: { extension: 'xlsx' } },
content: { type: 'Edm.String', document: { extension: 'txt' } }
content: { type: 'Edm.String', document: { main: true, extension: 'txt' } }
})

@@ -37,0 +37,0 @@

{
"name": "@jsreport/jsreport-xlsx",
"version": "3.3.0",
"version": "3.4.0",
"description": "jsreport recipe rendering excels directly from open xml",

@@ -49,6 +49,6 @@ "keywords": [

"devDependencies": {
"@jsreport/jsreport-assets": "3.5.0",
"@jsreport/jsreport-assets": "3.6.0",
"@jsreport/jsreport-components": "3.2.1",
"@jsreport/jsreport-core": "3.9.0",
"@jsreport/jsreport-data": "3.0.1",
"@jsreport/jsreport-core": "3.10.0",
"@jsreport/jsreport-data": "3.1.0",
"@jsreport/jsreport-handlebars": "3.2.1",

@@ -55,0 +55,0 @@ "@jsreport/jsreport-jsrender": "3.0.0",

@@ -10,2 +10,7 @@ # @jsreport/jsreport-xlsx

### 3.4.0
- add support for specifying what are the main document properties of xlsxTemplates entitySet
- do not fail parsing cell found with error and no formula definition found
### 3.3.0

@@ -12,0 +17,0 @@

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