jsreport-public-reports
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -59,3 +59,3 @@ /*! | ||
app.get('/public-reports/:reportId', async (req, res, next) => { | ||
req.query.reportid = req.params.reportId.replace('.pdf', '').replace('.xlsx', ''); | ||
req.query.reportid = req.params.reportId.replace('.pdf', '').replace('.xlsx', '').replace('csv', ''); | ||
@@ -62,0 +62,0 @@ const user = await reporter.documentStore.collection('users').findOne({ username: req.query.access_token }); |
{ | ||
"name": "jsreport-public-reports", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "jsreport extension for accessing reports with an access-token", | ||
@@ -5,0 +5,0 @@ "scripts": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13767
0