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

@smt-ui-template/guide-quick-start

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smt-ui-template/guide-quick-start - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

11

app.js

@@ -96,13 +96,2 @@ /**

},
getUserInfo(resolve, reject) {
swan.getUserInfo({
success: info => {
this.userInfo = info.userInfo;
return resolve(this.userInfo);
},
fail: err => {
return reject(err);
}
});
},

@@ -109,0 +98,0 @@ // 严谨比较版本

2

package.json

@@ -5,3 +5,3 @@ {

"description": "为了帮助开发者快速上手小程序的开发,熟悉小程序IDE的常用功能,我们提供了一个简单的Demo小程序,需要电脑和手机联动操作完成。",
"version": "1.0.7",
"version": "1.0.8",
"main": "app.js",

@@ -8,0 +8,0 @@ "devDependencies": {},

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