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

@kasko/webpack-asset-loader-plugin

Package Overview
Dependencies
Maintainers
16
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/webpack-asset-loader-plugin

Load KASKO platform plugins and add their assets to output HTML

  • 2.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

fe-webpack-asset-loader-plugin-lib

KASKO Webpack Plugin for loading asset links from KASKO platform and injecting into output HTML

Usage

yarn add -D @kasko/webpack-asset-loader-plugin
+ const KaskoAssetLoaderPlugin = require('@kasko/webpack-asset-loader-plugin');

module.exports = {
  // ...
  plugins: [
+     new KaskoAssetLoaderPlugin({
+       plugins: {
+         plg_id_123: '^1.2.3',
+       },
+     }),
  ],
}

Development

Installation

yarn install

Testing

yarn test

Linting

yarn lint

FAQs

Package last updated on 03 Nov 2021

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