cloudpress
cloudpress copied to clipboard
✍️+☁️ : 基于云开发的开源博客系统
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...
### 应用场景 对某些耗资源的 API 进行保护 ### 实现思路 - 基于缓存模块 #20 - 框架层使用`Guard`
### 应用场景 - 耗时长,消耗大的API。例如:根据关键词查询API - 不稳定的API - 对数据实时性要求不高的API。例如:访客量和浏览量 ### 实现思路 - 底层使用LRU - 框架层使用module进行封装 - **作用域**:针对不同Service,生成独有的缓存实例,防止不同service的缓存键重复冲突
## Features - 支持 cloudbase-framework 的配置 - 打通一键模板部署流程 ## Docs - [cloudbase-framework](https://github.com/TencentCloudBase/cloudbase-framework)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `json5` Updates `next` from 11.1.3 to 13.1.1 Release notes Sourced from...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...