Comparing version 0.1.8 to 0.1.9
@@ -0,0 +0,0 @@ console.log("aaaaa"); |
@@ -0,0 +0,0 @@ let {datetimeUtils}= require("../lib/datetimeUtils"); |
@@ -0,0 +0,0 @@ let {utils} = require("../lib/utils"); |
exports = module.exports = require('./lib'); |
@@ -0,0 +0,0 @@ const MAX_BIT_SITE = 30; //最大标志位 如果超过30位,就会出现负数,所以在这里只到30位 |
@@ -0,0 +0,0 @@ //这里提供一些编解码的功能函数 |
@@ -0,0 +0,0 @@ //默认的错误码 |
@@ -0,0 +0,0 @@ let path = require("path"); |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "xmcommon", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "javascript common lib for es6", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.20" | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -35,4 +35,4 @@ "bugs": { | ||
"devDependencies": { | ||
"@types/node": "^10.17.24" | ||
"@types/node": "^10.17.59" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # xmcommon | ||
- 准备用typescript重写这个库,并计划正式发布它的1.0版本。 | ||
- github: https://github.com/zdhsoft/xmcommon | ||
@@ -35,2 +37,5 @@ - npm: https://www.npmjs.com/package/xmcommon | ||
## 0.1.9 | ||
- 2021-05-08 | ||
- \* 依赖的lodash库,出现安全警告,在这里更新依赖库 | ||
## 0.1.8 | ||
@@ -37,0 +42,0 @@ - 2021-04-28 |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
245
141630
Updatedlodash@^4.17.21