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

mini-types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-types - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.DS_Store

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# next
* **Bug Fix**
- 修复 `IPreviewImageOptions` 的 `current` 属性为 `number` 类型。
# 0.0.2

@@ -2,0 +8,0 @@

2

package.json
{
"name": "mini-types",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript declarations for Alipay's mini program.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -55,3 +55,3 @@ /**

*/
current?: 0;
current?: number;

@@ -58,0 +58,0 @@ /**

@@ -91,5 +91,9 @@ declare namespace my {

}
function setNavigationBar(): void;
/**
* 设置导航栏文字及样式。
*/
function setNavigationBar(options: ISetNavigationBar): void;
/**
* 显示导航栏 loading。

@@ -96,0 +100,0 @@ */

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