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.1 to 1.0.2

3

index.js
const fs = require('fs');
const path = require('path');
const loaderLocation = './product-loader.js';
const loaderContent = fs.readFileSync(loaderLocation, 'utf8');
const loaderContent = fs.readFileSync(path.join(__dirname, loaderLocation), 'utf8');

@@ -6,0 +7,0 @@ module.exports = {

{
"name": "@kasko/fe-webapp-product-loader-lib",
"shortname": "fe-webapp-product-loader-lib",
"version": "1.0.1",
"version": "1.0.2",
"description": "Kasko product loader",

@@ -6,0 +6,0 @@ "license": "UNLICENSED",

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