Socket
Socket
Sign inDemoInstall

xmcommon

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmcommon - npm Package Compare versions

Comparing version 0.1.9 to 0.9.0

.eslintrc.js

21

package.json
{
"name": "xmcommon",
"version": "0.1.9",
"version": "0.9.0",
"description": "javascript common lib for es6",
"main": "index.js",
"types": "./types/xmcommon/index.d.ts",
"scripts": {
"testcurr": "node ./example/testcurr.js",
"test": "node ./example/test.js"
"build": "tsc",
"compile": "tsc",
"test": "mocha"
},

@@ -34,4 +34,15 @@ "repository": {

"devDependencies": {
"@types/node": "^10.17.59"
"@types/lodash": "^4.14.168",
"@types/node": "^10.17.59",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"prettier-eslint": "^13.0.0",
"typescript-tslint-plugin": "^1.0.1"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
}
}

@@ -6,3 +6,8 @@ # xmcommon

- 准备用typescript重写这个库,并计划正式发布它的1.0版本。
- 第一个改写版0.9提交,一下就准备单元测试与兼容性测试
- 警告:这个版本改动比较大,可能存在重大bug! 请使用0.1.9这个稳定版
- Warning: This version has changed a lot, and there may be major bugs! Please use the stable version 0.1.9
## 当前的版本,是正在开发的中的版本,未完成测试,请不要使用。
- github: https://github.com/zdhsoft/xmcommon

@@ -23,4 +28,2 @@ - npm: https://www.npmjs.com/package/xmcommon

- utils 一些常用的工具类函数
- ~~HttpCall 全局的CHttpCall对象~~
- ~~CHttpCall 提供api调用接口的http或https的函数调用类~~
- watchRequire 监控文化变化的函数

@@ -38,2 +41,7 @@ - SimpleCode 一种换位加编码的类

## 0.9.0
- 2021-09-02
- * 将通用库使用typescript改写,改写量比较大,还没有全面的测试,这个版本请慎用,请尽量用0.1.9这个版本。
- * 增加一些单元测试例子
## 0.1.9

@@ -40,0 +48,0 @@ - 2021-05-08

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