Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koatty_core

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_core - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.8.1](https://github.com/koatty/koatty_core/compare/v1.8.0...v1.8.1) (2023-11-08)
### Bug Fixes
* export AppEventArr ([a93e1a9](https://github.com/koatty/koatty_core/commit/a93e1a9e32c96e3ade1262ea5186eecead0d7b98))
## [1.8.0](https://github.com/koatty/koatty_core/compare/v1.7.10...v1.8.0) (2023-11-08)

@@ -7,0 +14,0 @@

4

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2023-11-08 13:34:53
* @Date: 2023-11-08 13:40:56
* @License: BSD (3-Clause)

@@ -40,2 +40,4 @@ * @Copyright (c) - <richenlin(at)gmail.com>

export declare const AppEventArr: string[];
/**

@@ -42,0 +44,0 @@ * Create KoattyContext

/*!
* @Author: richen
* @Date: 2023-11-08 13:34:41
* @Date: 2023-11-08 13:40:45
* @License: BSD (3-Clause)

@@ -598,2 +598,11 @@ * @Copyright (c) - <richenlin(at)gmail.com>

/*
* @Description:
* @Usage:
* @Author: richen
* @Date: 2021-11-23 11:09:54
* @LastEditTime: 2023-11-08 13:39:08
*/
const AppEventArr = ["appBoot", "appReady", "appStart", "appStop"];
/**

@@ -608,2 +617,3 @@ * WsRequest

exports.AppEventArr = AppEventArr;
exports.CreateContext = CreateContext;

@@ -610,0 +620,0 @@ exports.Koatty = Koatty;

{
"name": "koatty_core",
"version": "1.8.0",
"version": "1.8.1",
"description": "Koatty framework core",

@@ -5,0 +5,0 @@ "scripts": {

{
"name": "koatty_core",
"version": "1.8.0",
"version": "1.8.1",
"description": "Koatty framework core",

@@ -5,0 +5,0 @@ "scripts": {

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