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.1.2 to 1.1.4

10

CHANGELOG.md

@@ -5,4 +5,14 @@ # Changelog

### [1.1.4](https://github.com/koatty/koatty_core/compare/v1.1.2...v1.1.4) (2021-11-11)
## [1.1.3](https://github.com/koatty/koatty_core/compare/v1.1.2...v1.1.3) (2021-11-11)
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.2](https://github.com/koatty/koatty_core/compare/v1.1.1...v1.1.2) (2021-07-13)
### 1.1.1 (2021-07-12)

@@ -61,2 +61,7 @@ "use strict";

setMetaData(key, value) {
// private
if (key.startsWith("_")) {
Helper.define(this, key, value);
return this.handelMap;
}
return this.handelMap.set(key, value);

@@ -71,2 +76,6 @@ }

getMetaData(key) {
// private
if (key.startsWith("_")) {
return Reflect.get(this, key);
}
return this.handelMap.get(key);

@@ -73,0 +82,0 @@ }

2

package.json
{
"name": "koatty_core",
"version": "1.1.2",
"version": "1.1.4",
"description": "Koatty routing component, adapt to http1/2, websocket, gRPC.",

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

Sorry, the diff of this file is not supported yet

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