Socket
Socket
Sign inDemoInstall

koa-rtapi

Package Overview
Dependencies
120
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.62 to 1.1.63

2

code/coder/_dbDoc.md

@@ -27,3 +27,3 @@ <%#

## <a href="#__HOME">[<%= idx %>]</a> <a name="<%= tname %>" href="#<%= tname %>"><%= tname %></a> ** <%= tcomment %> **
## <a href="#__HOME">[<%= idx %>]</a> <a name="<%= tname %>" href="#<%= tname %>"><%= tname %></a> <%= tcomment %>
编号 | 名称 | 类型 | 键 | 可空 | 备注

@@ -30,0 +30,0 @@ :--:|:--:|:--:|:--:|:--:|--

@@ -17,3 +17,3 @@ 'use strict';

if (i % 2 === 0) {
const lineArr = item.split('\n');
const lineArr = item.replace(/\\r\\n/g, '\n').split('\n');
for (const lineItem of lineArr) {

@@ -46,3 +46,3 @@ if (next) {

return lines.join('\n');
return lines.join('\r\n');
}

@@ -49,0 +49,0 @@

{
"name": "koa-rtapi",
"version": "1.1.62",
"version": "1.1.63",
"description": "koa api in rtworld company",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc