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

@jsreport/jsreport-pptx

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/jsreport-pptx - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

0

index.js

@@ -0,0 +0,0 @@ const config = require('./jsreport.config.js')

@@ -0,0 +0,0 @@ const office = require('@jsreport/office')

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

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

@@ -0,0 +0,0 @@ const slides = require('./slides')

@@ -0,0 +0,0 @@ const { nodeListToArray } = require('../utils')

@@ -0,0 +0,0 @@ const { DOMParser, XMLSerializer } = require('@xmldom/xmldom')

@@ -0,0 +0,0 @@ const regexp = /{{#pptxList [^{}]{0,500}}}/

@@ -0,0 +0,0 @@ const concatTags = require('./concatTags')

@@ -0,0 +0,0 @@ const regexp = /{{pptxSlides [^{}]{0,500}}}/

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

@@ -0,0 +0,0 @@ const fs = require('fs')

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

@@ -0,0 +0,0 @@ const path = require('path')

4

package.json
{
"name": "@jsreport/jsreport-pptx",
"version": "3.0.1",
"version": "3.0.2",
"description": "jsreport recipe rendering pptx files",

@@ -64,2 +64,2 @@ "keywords": [

}
}
}

@@ -0,0 +0,0 @@ # @jsreport/jsreport-pptx

/* eslint no-unused-vars: 0 */
/* eslint no-new-func: 0 */
/* *global __rootDirectory */
// eslint-disable-next-line prefer-const
let Handlebars = require('handlebars')
function pptxList (data, options) {
const Handlebars = require('handlebars')
return Handlebars.helpers.each(data, options)

@@ -12,2 +10,3 @@ }

function pptxTable (data, options) {
const Handlebars = require('handlebars')
return Handlebars.helpers.each(data, options)

@@ -17,2 +16,3 @@ }

function pptxSlides (data, options) {
const Handlebars = require('handlebars')
return Handlebars.helpers.each(data, options)

@@ -22,3 +22,4 @@ }

function pptxImage (options) {
const Handlebars = require('handlebars')
return new Handlebars.SafeString(`<pptxImage src="${options.hash.src}" />`)
}

@@ -0,0 +0,0 @@ import Properties from './PptxProperties'

@@ -0,0 +0,0 @@ import React, { Component } from 'react'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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