Socket
Socket
Sign inDemoInstall

mini-entry

Package Overview
Dependencies
27
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

2

package.json
{
"name": "mini-entry",
"version": "0.0.11",
"version": "0.0.12",
"description": "解析小程序json",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -34,3 +34,18 @@ interface IMiniEntryOptions {

type IMiniEntryReturn = {
[entryName: string]: string[];
/**
* 所有入口
*/
entry: {
[entryName: string]: string[];
};
/**
* 所有json文件路径
*/
jsonFile: {
[entryName: string]: string[];
};
/**
* 子包所在文件夹
*/
subPackagesDir: string[];
};

@@ -37,0 +52,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc