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

@kasko/fe-webapp-utils-lib

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasko/fe-webapp-utils-lib - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

4

CHANGELOG.md
# Changelog
## [v2.8.3](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.8.2...v2.8.3) (2024-10-23)
## Bugfix
- INT-102 Fix products and subproducts conflict;
## [v2.8.2](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.8.1...v2.8.2) (2024-08-27)

@@ -4,0 +8,0 @@ ## Bugfix

2

dist/dev.js

@@ -61,3 +61,3 @@ "use strict";

// package.json
var version = "2.8.2";
var version = "2.8.3";

@@ -64,0 +64,0 @@ // src/utils/kasko-fetch.ts

@@ -188,3 +188,3 @@ "use strict";

// package.json
var version = "2.8.2";
var version = "2.8.3";

@@ -1358,3 +1358,3 @@ // src/utils/kasko-fetch.ts

const integration = await requireTypescript(tpEntry, params.touchpoint);
const index = integration.subProducts[params.item];
const index = integration.products[params.item] ?? integration.subProducts[params.item];
if (typeof index.response !== "function") {

@@ -1361,0 +1361,0 @@ throw new Error("response must be a function");

{
"name": "@kasko/fe-webapp-utils-lib",
"version": "2.8.2",
"version": "2.8.3",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

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