🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jsreport/jsreport-sample-template

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsreport/jsreport-sample-template

jsreport extension which creates a sample template at the first run

4.0.1
latest
Source
npm
Version published
Weekly downloads
2.8K
5.56%
Maintainers
0
Weekly downloads
 
Created
Source

@jsreport/jsreport-sample-template

NPM Version

jsreport extension which creates sample templates at the first run

Configuration

"extensions": {
  "sample-template": {
    /* when true, it will create defined samples*/
    "createSamples": true,
    /*
      by default samples will be created only on the first run of your jsreport installation,
      when this option is true it will allow to create the samples in the next run
      (useful when you want to install a new version of this extension and want to create the new examples that come with it)
    */
    "forceCreation": false
  }
}

Changelog

4.0.1

  • fix demo chart

4.0.0

  • minimum node.js version is now 18.15.0
  • update studio build against new webpack and babel

3.2.1

  • update samples to mention new trustUserCode option

3.2.0

  • update extensions deps

3.1.0

  • update samples

3.0.0-beta.1

Adaptations for the v3 APIs

Keywords

jsreport

FAQs

Package last updated on 27 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts