Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

touchui-create

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touchui-create - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

8

demo/touchui-basic/i18n/components.json

@@ -16,3 +16,2 @@ {

"ui.keyboard.complete_text": "完成",
"ui.countdown.done_text": "已结束",
"ui.requeststatus.loading": "加载中...",

@@ -49,3 +48,4 @@ "ui.requeststatus.nomore": "没有更多了...",

"ui.calendar.yearsplit": "年",
"ui.calendar.monthsplit": "月"
"ui.calendar.monthsplit": "月",
"ui.countdown.over": "已结束"
},

@@ -66,3 +66,2 @@ "en": {

"ui.keyboard.complete_text": "Complete",
"ui.countdown.done_text": "Done",
"ui.requeststatus.loading": "Loading...",

@@ -99,4 +98,5 @@ "ui.requeststatus.nomore": "No more data...",

"ui.calendar.yearsplit": "/",
"ui.calendar.monthsplit": ""
"ui.calendar.monthsplit": "",
"ui.countdown.over": "Done"
}
}

@@ -1,2 +0,6 @@

let options = {}
import app from './app.ui'
let options = {
app: app
}
ui.start(options)
{
"name": "touchui-create",
"version": "0.2.16",
"version": "0.2.17",
"description": "touchui-create",

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

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