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

@jsreport/jsreport-assets

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/jsreport-assets - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

10

package.json
{
"name": "@jsreport/jsreport-assets",
"version": "3.2.0",
"version": "3.3.0",
"description": "jsreport extension embedding static assets like fonts or helpers into the templates",

@@ -44,8 +44,8 @@ "keywords": [

"devDependencies": {
"@jsreport/jsreport-core": "3.3.0",
"@jsreport/jsreport-express": "3.2.1",
"@jsreport/jsreport-core": "3.4.0",
"@jsreport/jsreport-express": "3.3.0",
"@jsreport/jsreport-handlebars": "3.0.0",
"@jsreport/jsreport-jsrender": "3.0.0",
"@jsreport/jsreport-scripts": "3.1.0",
"@jsreport/studio-dev": "3.0.1",
"@jsreport/jsreport-scripts": "3.2.0",
"@jsreport/studio-dev": "3.1.0",
"binary-extensions": "1.12.0",

@@ -52,0 +52,0 @@ "mocha": "8.2.1",

@@ -11,2 +11,6 @@ # @jsreport/jsreport-assets

### 3.3.0
fix studio usage of old property `scope`, new one: `sharedHelpersScope`
### 3.0.1

@@ -13,0 +17,0 @@

@@ -12,3 +12,3 @@ import AssetEditor from './AssetEditor.js'

onNew: (options) => Studio.openModal(NewAssetModal, options),
referenceAttributes: ['isSharedHelper', 'scope'],
referenceAttributes: ['isSharedHelper', 'sharedHelpersScope'],
entityTreePosition: 700

@@ -15,0 +15,0 @@ })

Sorry, the diff of this file is too big to display

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