Socket
Socket
Sign inDemoInstall

mini-entry

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-entry - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

6

index.js

@@ -5,3 +5,3 @@ /*

* @Last Modified by: youzhao.zhou
* @Last Modified time: 2021-04-21 17:26:09
* @Last Modified time: 2021-04-21 17:58:39
* @Description 获取webpack入口

@@ -63,3 +63,3 @@ *

*/
async function getAllEntry(configFiles) {
function getAllEntry(configFiles) {
// 复制数组

@@ -113,3 +113,3 @@ const tmpConfigFiles = configFiles.splice(0);

*/
async function parseApp(configFile) {
function parseApp(configFile) {
const configData = jsonfile.readFileSync(configFile);

@@ -116,0 +116,0 @@ const mainPages = parsePages(configData.pages);

{
"name": "mini-entry",
"version": "0.0.3",
"version": "0.0.5",
"description": "解析小程序json",

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

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