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
11
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.5.1 to 2.5.2

4

CHANGELOG.md
# Changelog
## [v2.5.2](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.5.1...v2.5.2) (2024-01-18)
## Bugfix
- Set minify to false in dev build files;
## [v2.5.1](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.5.0...v2.5.1) (2024-01-16)

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

4

dist/dev.js

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

// package.json
var version = "2.5.1";
var version = "2.5.2";

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

plugins: [csvPlugin, dirnamePlugin, importFolderPlugin],
minify: true,
minify: false,
format: "esm",

@@ -217,0 +217,0 @@ platform: "node"

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

// package.json
var version = "2.5.1";
var version = "2.5.2";

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

plugins: [csvPlugin, dirnamePlugin, importFolderPlugin],
minify: true,
minify: false,
format: "esm",

@@ -322,0 +322,0 @@ platform: "node"

{
"name": "@kasko/fe-webapp-utils-lib",
"version": "2.5.1",
"version": "2.5.2",
"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