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

@demos-europe/demosplan-addon-client-builder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@demos-europe/demosplan-addon-client-builder

Base dependency for frontend configuration in demosplan-core addons.

  • 0.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-63.16%
Maintainers
1
Weekly downloads
 
Created
Source

demosplan-addon js tooling

Base dependency for frontend configuration in demosplan-core addons.

yarn add -D @demos-europe/demosplan-addon

This repo contains the webpack configuration builder for demosplan-core addons. It can and should be used when creating addons for demosplan-core that contain a web user interface.

After installation, only the addon's name and entrypoints have to be defined in config.webpack.js:

const DemosplanAddon = require('@demos-europe/demosplan-addon')
  
module.exports = DemosplanAddon.build(
    'my-addon-name', 
    { 
        'MyAddon': DemosplanAddon.resolve('src/index.js') 
    }
)

FAQs

Package last updated on 12 Apr 2024

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

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