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

koishi-plugin-recorder

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koishi-plugin-recorder - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1

0

dist/index.d.ts

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

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "koishi-plugin-recorder",
"description": "Save Chat Records for Koishi",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"main": "dist/index.js",

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

"dependencies": {
"koishi-core": "^1.4.0",
"koishi-core": "^1.5.0",
"koishi-utils": "^1.0.2"
}
}
# [koishi-plugin-recorder](https://koishi.js.org/plugins/recorder.html)
[![npm](https://img.shields.io/npm/v/koishi-plugin-recorder?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-recorder)

@@ -0,0 +0,0 @@ import { Context, Meta, onStop } from 'koishi-core'

import { MockedApp, BASE_SELF_ID } from 'koishi-test-utils'
import { startAll, stopAll } from 'koishi-core'
import { readFileSync } from 'fs-extra'
import { resolve } from 'path'
import { sleep } from 'koishi-utils'
import * as recorder from '../src'
import del from 'del'
import { readFileSync } from 'fs-extra'
import { resolve } from 'path'

@@ -38,3 +39,4 @@ const app1 = new MockedApp()

await stopAll()
await sleep(100)
expect(readFileSync(resolve(outFolder, '321.txt'), 'utf8')).toMatchSnapshot()
})

@@ -0,0 +0,0 @@ {

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