New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bytedance/mona

Package Overview
Dependencies
Maintainers
5
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytedance/mona - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/createProjectConfig.d.ts

@@ -6,3 +6,7 @@ export interface ProjectConfig {

output: string;
raw?: (options: any) => any;
dev?: {
port?: number | string;
};
}
export declare function createProjectConfig(projectConfig: ProjectConfig): ProjectConfig;

4

package.json
{
"name": "@bytedance/mona",
"version": "0.0.5",
"version": "0.0.6",
"description": "Merchant app's developing and building tools",

@@ -19,3 +19,3 @@ "main": "./dist/index",

},
"gitHead": "660ad56184422d2d54c686d62e0a52343289217d"
"gitHead": "cc5aa5283af595fd7d8a7b4921f54e2797504edd"
}

@@ -1,3 +0,3 @@

# mona
对外暴露提供构建API
# @bytedance/mona
对外暴露提供构建时API
## 配置创建

@@ -21,4 +21,6 @@ ### createProjectConfig

| projectName | 应用/插件名称 | 是 | string | - |
| input | 入口文件路径 | 是 | string | - |
| input | 入口文件路径 | 否 | string | - |
| output | 打包后的文件目录路径 | 否 | string | - |
| raw | 定义函数来修改webpack配置 | 否 | (options: any) => any | - |
| dev | 用来修改本地服务配置 | 否 | string | { port: 9999 } |

@@ -25,0 +27,0 @@ ### createAppConfig

Sorry, the diff of this file is not supported yet

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