Socket
Socket
Sign inDemoInstall

koa-rtapi

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-rtapi - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

code/www/xf-admin/views/dtpicker/dtpicker.css

2

code/_coder/home/home.js

@@ -11,3 +11,3 @@

if (!ctx.para) { location.href = '?'; }
ctx.view.build('目录');

@@ -14,0 +14,0 @@

@@ -216,2 +216,13 @@ xf.module({

});
},
goDtpicker: function (row, key) {
var t = this;
var page = t.context.page;
page.go('views.dtpicker', {
value: row[key],
callback: function (date) {
row[key] = xf.date(date, 'yyyy-MM-dd HH:mm:ss');
}
}, { width: '440px', height: '440px', animate: 'bottom' });
}

@@ -218,0 +229,0 @@ };

{
"name": "koa-rtapi",
"version": "1.2.2",
"version": "1.2.3",
"description": "koa api in rtworld company",

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

Sorry, the diff of this file is not supported yet

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