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.7.0 to 2.8.0

dist/plugin.d.ts

7

CHANGELOG.md
# Changelog
## [v2.8.0](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.7.0...v2.8.0) (2024-07-25)
## Feature
- Adds local plugin registry helper functions;
## Other
- SOC-173 Add --plugin support for FW schema and public types generation;
## [v2.7.0](https://github.com/kasko/fe-webapp-utils-lib/compare/v2.6.0...v2.7.0) (2024-06-21)

@@ -4,0 +11,0 @@ ## Feature

2

dist/dev.js

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

// package.json
var version = "2.7.0";
var version = "2.8.0";

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

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

// package.json
var version = "2.7.0";
var version = "2.8.0";

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

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

@@ -26,2 +26,7 @@ "types": "./dist/index.d.ts",

"require": "./dist/server.js"
},
"./plugin": {
"types": "./dist/plugin.d.ts",
"import": "./dist/plugin.js",
"require": "./dist/plugin.js"
}

@@ -38,3 +43,3 @@ },

"build": "yarn build:lib && yarn build:bin && yarn build:declarations",
"build:lib": "esbuild ./src/index.ts ./src/dev.ts ./src/csv.ts ./src/server.ts --bundle --external:esbuild --external:@kasko/fe-webapp-product-loader-lib --outbase=./src --outdir=./dist --format=cjs --platform=node",
"build:lib": "esbuild ./src/index.ts ./src/dev.ts ./src/csv.ts ./src/server.ts ./src/plugin.ts --bundle --external:esbuild --external:@kasko/fe-webapp-product-loader-lib --outbase=./src --outdir=./dist --format=cjs --platform=node",
"build:bin": "esbuild ./src/postinstall.ts ./src/transpile.ts --bundle --outdir=./bin --alias:prettier=./src/prettier.ts --format=cjs --platform=node --banner:js='#! /usr/bin/env node'",

@@ -41,0 +46,0 @@ "build:declarations": "tsc --declarationDir ./dist --emitDeclarationOnly --declaration && mv ./dist/src/* ./dist/",

Sorry, the diff of this file is too big to display

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