🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sunmi/max-print

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sunmi/max-print - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+7
-3
package.json
{
"name": "@sunmi/max-print",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",

@@ -37,3 +37,7 @@ "description": "Max print utility package",

},
"keywords": ["print", "receipt", "template"],
"keywords": [
"print",
"receipt",
"template"
],
"author": "",

@@ -47,2 +51,2 @@ "license": "ISC",

}
}
}

@@ -16,3 +16,3 @@ import { readFileSync } from 'node:fs';

* @param {string} ossPublicBaseUrl 例:https://my-bucket.oss-cn-hangzhou.aliyuncs.com
* @returns {Promise<{ version: string; manifestUrl: string; tgzUrl: string; publishedAt: string }>}
* @returns {Promise<{ version: string; manifestUrl: string; tgzUrl: string; githubReleaseUrl?: string; filesCdnBase?: string | null; packageFiles: string[]; packageFileCount: number; packageFileUrls?: { path: string; ossKey: string; url: string }[]; publishedAt: string }>}
*/

@@ -19,0 +19,0 @@ export async function fetchLatestReleaseMeta(ossPublicBaseUrl) {