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

sino-version-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sino-version-config

"获取版本文件的内容"

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

获取版本文件的内容

需求

  • 文件目录可以配置
  • 获取指定版本文件的内容
  • 获取所有文件的内容
  • 获取范围文件的内容

设计

  • 版本文件对象

      {
         name: v1.1.1 //文件名称
         content: {
           files: [] // 基础文件
           fixFiles: [] //补丁文件
         } 
      }
    

接口

  • 接口类, VersionConfig

  • 接口方法

    get(version):指定版本文件对象
    
    getAll(): 所有的文件
    
    gets(v1, v2):范围v1版本到v2版本的内容 包含v1和v2
    
    

FAQs

Package last updated on 03 Feb 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