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
14
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 - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0

.circleci/config.yml

23

package.json
{
"name": "@kasko/fe-webapp-product-loader-lib",
"shortname": "fe-webapp-product-loader-lib",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Kasko product loader",

@@ -10,4 +10,7 @@ "license": "UNLICENSED",

"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js",
"build": "npm run webpack -- --config config/webpack.js",
"lint": "eslint ./src"
"build": "yarn clean && yarn webpack --config config/webpack.prod.js && yarn copy",
"copy": "cp package.json dist/ && cp README.md dist/ && cp src/index.js dist/",
"clean": "rm -rf ./dist",
"lint": "eslint ./src",
"test": "karma start karma.conf.js"
},

@@ -25,8 +28,20 @@ "repository": {

"@babel/preset-env": "^7.2.3",
"add": "^2.0.6",
"babel-loader": "^8.0.5",
"eslint": "^5.10.0",
"eslint-config-kasko-base": "^1.0.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
"webpack-cli": "^3.2.1",
"yarn": "^1.13.0"
},
"engines": {
"yarn": ">= 1"
}
}
# 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.

@@ -3,0 +4,0 @@ ## Installation

dist/product-loader.js

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