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

@kasko/fe-webapp-product-loader-lib

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/fe-webapp-product-loader-lib

Kasko product loader

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

FE product loader library

Library for loading initial webapp requests (touchpoint and item) that is embedded in the DOM and triggered on page load. This reduces the time it takes for the webapp to full load.

Installation

yarn install
yarn build

Installing in other projects

yarn add @kasko/fe-webapp-product-loader-lib -D

Using in other projects

  1. Requiring @kasko/fe-webapp-product-loader-lib will return string that could be injected in HTML using HtmlWebpackPlugin.

    const { KaskoProductLoaderScriptTag } = require('@kasko/fe-webapp-product-loader-lib');
    
  2. Product loader adds global KaskoProductLoader instance.

  3. Loaded data is passed to @kasko/fe-webapp-framework-angular starting from version 4.2.0

FAQs

Package last updated on 17 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