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

@jsreport/jsreport-core

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/jsreport-core - npm Package Compare versions

Comparing version 3.7.0 to 3.8.0

6

lib/main/validateEntityName.js

@@ -61,3 +61,9 @@ /* eslint-disable no-control-regex, no-useless-escape */

if (name === 'config.json') {
throw createError('Entity name "config.json" is reserved and can\'t be used', {
statusCode: 400
})
}
return true
}

2

package.json
{
"name": "@jsreport/jsreport-core",
"version": "3.7.0",
"version": "3.8.0",
"description": "javascript based business reporting",

@@ -5,0 +5,0 @@ "keywords": [

@@ -285,2 +285,6 @@ # @jsreport/jsreport-core

### 3.8.0
- make "config.json" a reserved name for entities
### 3.7.0

@@ -287,0 +291,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