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.1.6 to 0.1.7

6

CHANGELOG.md

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

# 0.1.7
* **Bug Fix**
- 修复 `IFailResult` 类型引入问题。
# 0.1.6

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

2

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

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

/**
* @file 屏幕亮度
*/
import IFailResult from "../../common/IFailResult";
// tslint:disable-next-line:no-bad-reference
/// <reference path="../../common/IFailResult.d.ts" />

@@ -6,0 +7,0 @@ declare namespace my {

@@ -1,4 +0,6 @@

export default interface IFailResult {
readonly error?: number;
readonly errorMessage?: string;
declare namespace my {
interface IFailResult {
readonly error?: number;
readonly errorMessage?: string;
}
}

@@ -5,5 +5,4 @@ {

"interface-name" : [true, "always-prefix"],
"strict-export-declare-modifiers": false,
"no-redundant-jsdoc": false
}
}
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