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.6.4 to 1.6.5

2

CHANGELOG.md

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

### [1.6.5](https://github.com/koatty/koatty_core/compare/v1.6.4...v1.6.5) (2022-03-14)
### [1.6.4](https://github.com/koatty/koatty_core/compare/v1.6.3...v1.6.4) (2022-03-14)

@@ -7,0 +9,0 @@

9

dist/index.d.ts
/*!
* @Author: richen
* @Date: 2022-03-14 11:41:50
* @Date: 2022-03-14 18:21:51
* @License: BSD (3-Clause)

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

import { sendUnaryData } from '@grpc/grpc-js/build/src/server-call';
import { Server } from 'net';
import { ServerDuplexStream } from '@grpc/grpc-js';

@@ -356,5 +355,5 @@ import { ServerReadableStream } from '@grpc/grpc-js';

options: any;
server: Server;
server: unknownServer;
status: number;
Start: (listenCallback: () => void) => Server;
Start: (listenCallback: () => void) => unknownServer;
Stop: (callback?: () => void) => void;

@@ -368,2 +367,4 @@ /**

declare type unknownServer = unknown;
/**

@@ -370,0 +371,0 @@ * WsRequest

/*!
* @Author: richen
* @Date: 2022-03-14 11:41:30
* @Date: 2022-03-14 18:21:39
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

{
"name": "koatty_core",
"version": "1.6.4",
"version": "1.6.5",
"description": "Koatty framework core",

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

{
"name": "koatty_core",
"version": "1.6.4",
"version": "1.6.5",
"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