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

koishi-plugin-teach

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-teach - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

11

package.json
{
"name": "koishi-plugin-teach",
"description": "Teach plugin for Koishi",
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/index.js",

@@ -34,10 +34,9 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"koishi-database-level": "^1.0.1",
"koishi-database-mysql": "^1.0.1"
"koishi-database-level": "^1.0.2",
"koishi-database-mysql": "^1.0.2"
},
"dependencies": {
"fast-deep-equal": "^3.1.1",
"koishi-core": "^1.0.1",
"koishi-utils": "^1.0.0"
"koishi-core": "^1.1.0",
"koishi-utils": "^1.0.1"
}
}
import { injectMethods } from 'koishi-core'
import deepEqual from 'fast-deep-equal'
import {} from 'koishi-database-mysql'

@@ -4,0 +3,0 @@ import {} from 'koishi-database-level'

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