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.2 to 2.1.0

4

dist/app.d.ts

@@ -42,4 +42,4 @@ import { Command } from './command';

_hooks: Record<keyof any, [Context, (...args: any[]) => any][]>;
_userCache: LruCache<number, Observed<Partial<User>>>;
_groupCache: LruCache<number, Observed<Partial<Group>>>;
_userCache: LruCache<number, Observed<Partial<User>, Promise<void>>>;
_groupCache: LruCache<number, Observed<Partial<Group>, Promise<void>>>;
private _nameRE;

@@ -46,0 +46,0 @@ private _prefixRE;

{
"name": "koishi-core",
"description": "Core features for Koishi",
"version": "2.0.2",
"version": "2.1.0",
"main": "dist/index.js",

@@ -47,3 +47,3 @@ "typings": "dist/index.d.ts",

"koa-router": "^9.4.0",
"koishi-utils": "^3.1.2",
"koishi-utils": "^3.1.3",
"leven": "^3.1.0",

@@ -50,0 +50,0 @@ "lru-cache": "^6.0.0"

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