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

jsreport-public-reports

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsreport-public-reports - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

lib/main.js

@@ -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": {

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