Socket
Socket
Sign inDemoInstall

xmcommon

Package Overview
Dependencies
1
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 0.1.9

0

example/tessss.js

@@ -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 @@

6

package.json
{
"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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc