Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sino-file-merge-version

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sino-file-merge-version

"文件合并的版本化处理"

  • 1.0.16
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

合并多个文件

需求

  • 可以根据配置合并多个文件。

  • 支持以指定版本化的处理方式,其中版本格式应该有如下几种

    1. v1.1.0~v1.1.2: 从v1.1.0版本到v1.1.2中间所有的版本
    2. v1.1.0: 只有v1.1.0
    3. v1.1.0~: 从v1.1.0往后的所有版本。
    4. all: 所有的基础文件即配置文件中指定的files文件
    5. 省略不写: 获取所有文件

设计

  • 首先对外提供FWV这个接口调用时候传递两个参数,配置文件的目录和版本号。
  • 根据所传版本号的信息,调用具体的版本号文件,并获取到对应的需要合并的文件然后进行合并操作。

FAQs

Package last updated on 11 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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