New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@antmjs/types

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antmjs/types - npm Package Compare versions

Comparing version
2.3.27
to
2.3.28
+10
-0
doc.ts

@@ -62,2 +62,11 @@ /** 菜单项 */

}
/** 广告插入功能项 */
export type IAdvertisement = {
title?: string
img?: string
imgStyle?: React.CSSProperties
content?: string
style?: React.CSSProperties
termType?: 'week' | 'day' | 'month'
}

@@ -83,2 +92,3 @@ /** 全局样式注入 */

demoCode?: IDemoCode
advertisement?: IAdvertisement
}
+2
-2
{
"name": "@antmjs/types",
"version": "2.3.27",
"version": "2.3.28",
"description": "antmjs types",

@@ -17,3 +17,3 @@ "main": "index.ts",

},
"gitHead": "5b42e0f2c185d2dbce0ca7b5f44587a38bcbe86c"
"gitHead": "8a8864abdcf24adbcbc3730785fa1672c41815b1"
}