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

@dtinsight/dt-utils

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dtinsight/dt-utils - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

15

CHANGELOG.md

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

# 工具库更新日志
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.6](https://github.com/DTStack/dt-utils/compare/v1.0.5...v1.0.6) (2021-09-27)
### Features
* change log and contribution guide ([b42740d](https://github.com/DTStack/dt-utils/commit/b42740d48db1460356debba41348f05cb79095b5))
* remove path root changelog ([65ce7ac](https://github.com/DTStack/dt-utils/commit/65ce7ac69831cc73bad40279ef2a45f98d8e5be4))
## [1.0.5](https://github.com/DTStack/dt-utils/compare/v1.0.4...v1.0.5) (2021-09-18)

@@ -93,4 +103,1 @@

* **补充文档:** 添加工具函数文档说明 ([10c95ef](https://github.com/DTStack/dt-utils/commit/10c95efb2a73bed3d83b28312d69ca9aa6b77bbd))

@@ -179,7 +179,2 @@

/**
*
* 输出应用版本以及运维信息
*/
appInfo(): void;
/**
* @description 浏览器类型和版本检测

@@ -186,0 +181,0 @@ * @returns {Boolean} `true`表示通过兼容性检测,`false`表示不通过兼容性检测

{
"name": "@dtinsight/dt-utils",
"version": "1.0.5",
"version": "1.0.6",
"description": "袋鼠云前端常用工具库",

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

@@ -1,2 +0,2 @@

# dt-utils
# dt-utils | <a href="./docs/CHANGELOG.md" target="_black">CHANGELOG</a>
工具库

@@ -18,1 +18,47 @@ ## 安装依赖

# 贡献指南
欢迎大家参与贡献,本文将指导你如何贡献一份自己的力量,在提 issue 或者 pull request 之前,请花几分钟来阅读这篇指南。
## 分支管理
我们长期维护 master, release 分支,在创建分支前,请先了解一下分支规范。
+ **master**: 主干分支,用于发包
+ **release**: 预发包分支
+ **feat**: 新特性分支
+ **fix**: 常规 bug 修复分支
## 新增功能
如需开发功能,请遵循以下流程:
1、请 `fork` 本项目,`clone` 自己的仓库,按照上述分支定义从 `master` 分支新建 `feat` 分支进行开发,分支命名用下划线加上版本号,如:`feat_1.x_xxx`
2、`feat` 分支开发完毕后请向相应人员提 PR,期望合入 `release` 分支,待相应人员 review 代码后合入
## Bugs
我们使用 GitHub issues 来做 bug 追踪。
如果你在使用中发现了 bug,请给我们提 issue。如果你想自行修复这个问题,请遵循以下流程:
1、请从 **master** 分支中新建 **fix** 分支进行修复,分支命名用下划线加上版本号,如:**hotfix_1.x_xxx**
2、相关问题修复完毕后请向相应人员提 PR,期望合入**release** 分支,待相应人员 review 代码后合入
## 第一次贡献
如果你还不清楚怎么在 GitHub 上提 Pull Request ,可以阅读下面这篇文章来学习:
[如何优雅地在 GitHub 上贡献代码](https://segmentfault.com/a/1190000000736629)
如果你打算开始处理一个 issue,请先检查一下 issue 下面的留言以确保没有别人正在处理这个 issue。如果当前没有人在处理的话你可以留言告知其他人你将会处理这个 issue,以免别人重复劳动。

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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