New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koishi-core

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-core - npm Package Compare versions

Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5

2

dist/command.d.ts

@@ -44,3 +44,3 @@ /// <reference types="node" />

}
export declare type UserType<T> = T extends (...args: any) => any ? never : T | ((user: UserData) => T);
export declare type UserType<T> = T | ((user: UserData) => T);
export interface CommandConfig {

@@ -47,0 +47,0 @@ /** description */

@@ -325,4 +325,5 @@ "use strict";

let skipped = false;
argv.next = (_next) => {
argv.next = async (_next) => {
skipped = true;
await this.app.parallelize(argv.meta, 'after-command', argv);
return next(_next);

@@ -329,0 +330,0 @@ };

{
"name": "koishi-core",
"description": "Core features for Koishi",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"main": "dist/index.js",

@@ -39,4 +39,4 @@ "typings": "dist/index.d.ts",

"get-port": "^5.1.1",
"koishi-database-memory": "^2.0.0-alpha.4",
"koishi-test-utils": "^4.0.0-alpha.4"
"koishi-database-memory": "^2.0.0-alpha.5",
"koishi-test-utils": "^4.0.0-alpha.5"
},

@@ -43,0 +43,0 @@ "dependencies": {

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