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

koishi-plugin-common

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-common - npm Package Compare versions

Comparing version 1.0.0-alpha.9 to 1.0.0

4

package.json
{
"name": "koishi-plugin-common",
"description": "Common plugins for Koishi",
"version": "1.0.0-alpha.9",
"version": "1.0.0",
"main": "dist/index.js",

@@ -31,5 +31,5 @@ "typings": "dist/index.d.ts",

"dependencies": {
"koishi-core": "^1.0.0-alpha.9",
"koishi-core": "^1.0.0",
"koishi-utils": "^1.0.0-alpha.4"
}
}

@@ -1,2 +0,4 @@

import { createApp, createServer, ServerSession } from 'koishi-test-utils'
import { httpServer } from 'koishi-test-utils'
const { createApp, createServer, ServerSession } = httpServer
import { Server } from 'http'

@@ -3,0 +5,0 @@ import help from '../src/help'

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