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

mini-antui

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-antui - npm Package Compare versions

Comparing version 0.4.27 to 0.4.28

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 0.4.28
`2019-07-05`
- **Bug Fix**
- 修复`vtabs`在页面`allowsBounceVertical`时不能滚动的问题
- 修复`search-bar`在`placeholder`很长的情况下点击无法清除内容的问题
## 0.4.27

@@ -2,0 +10,0 @@

12

package.json
{
"name": "mini-antui",
"version": "0.4.27",
"version": "0.4.28",
"description": "小程序版AntUI",

@@ -22,3 +22,3 @@ "repository": {

"@babel/preset-typescript": "^7.1.0",
"eslint": "^4.19.1",
"eslint": "^5.16.0",
"eslint-config-ali": "^3.1.0",

@@ -33,6 +33,6 @@ "eslint-plugin-import": "^2.11.0",

"gulp-rename": "^1.2.3",
"lint-staged": "^8.1.0",
"lint-staged": "^8.2.0",
"mini-types": "^0.0.1",
"pre-commit": "^1.2.2",
"stylelint": "^9.10.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.2.0",

@@ -44,5 +44,5 @@ "typescript": "^3.2.4",

"lint-staged": "lint-staged",
"build": "NODE_ENV=production node scripts/compiler.js",
"build": "yarn && NODE_ENV=production node scripts/compiler.js",
"pub": "npm run build && node scripts/pub.js",
"dev": "node scripts/compiler.js"
"dev": "yarn && node scripts/compiler.js"
},

@@ -49,0 +49,0 @@ "pre-commit": [

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