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.9.4 to 0.9.5

4

dist/index.d.ts
import { SimpleCode, ISimpleCodeSeed, EnumSimpleCodeError } from './simplecode';
import { common_ret, ICommonRetData, ICommonMsgHead } from './common_ret';
import { common_ret, ICommonRetData, ICommonMsgHead, XCommonRet } from './common_ret';
import { error_utils } from './common_error';

@@ -13,2 +13,2 @@ import { datetimeUtils } from './datetimeUtils';

import { EnumBufferSize, EnumBufferWapperError, BufferWapper } from './buffer_wapper';
export { utils, bitUtils, EnumBitConst, CNYCurrency, error_common, MemorySize, codeUtils, IMD5Options, datetimeUtils, DatetimeConstant, error_utils, common_ret, ICommonRetData, ICommonMsgHead, watchRequire, SimpleCode, ISimpleCodeSeed, EnumSimpleCodeError, EnumBufferSize, EnumBufferWapperError, BufferWapper, getLogger, setGetLogger, ILog, logPrefix, };
export { utils, bitUtils, EnumBitConst, CNYCurrency, error_common, MemorySize, codeUtils, IMD5Options, datetimeUtils, DatetimeConstant, error_utils, common_ret, ICommonRetData, ICommonMsgHead, XCommonRet, watchRequire, SimpleCode, ISimpleCodeSeed, EnumSimpleCodeError, EnumBufferSize, EnumBufferWapperError, BufferWapper, getLogger, setGetLogger, ILog, logPrefix, };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.logPrefix = exports.setGetLogger = exports.getLogger = exports.BufferWapper = exports.EnumBufferWapperError = exports.EnumBufferSize = exports.EnumSimpleCodeError = exports.SimpleCode = exports.watchRequire = exports.common_ret = exports.error_utils = exports.DatetimeConstant = exports.datetimeUtils = exports.codeUtils = exports.MemorySize = exports.error_common = exports.CNYCurrency = exports.EnumBitConst = exports.bitUtils = exports.utils = void 0;
exports.logPrefix = exports.setGetLogger = exports.getLogger = exports.BufferWapper = exports.EnumBufferWapperError = exports.EnumBufferSize = exports.EnumSimpleCodeError = exports.SimpleCode = exports.watchRequire = exports.XCommonRet = exports.common_ret = exports.error_utils = exports.DatetimeConstant = exports.datetimeUtils = exports.codeUtils = exports.MemorySize = exports.error_common = exports.CNYCurrency = exports.EnumBitConst = exports.bitUtils = exports.utils = void 0;
const simplecode_1 = require("./simplecode");

@@ -9,2 +9,3 @@ Object.defineProperty(exports, "SimpleCode", { enumerable: true, get: function () { return simplecode_1.SimpleCode; } });

Object.defineProperty(exports, "common_ret", { enumerable: true, get: function () { return common_ret_1.common_ret; } });
Object.defineProperty(exports, "XCommonRet", { enumerable: true, get: function () { return common_ret_1.XCommonRet; } });
const common_error_1 = require("./common_error");

@@ -11,0 +12,0 @@ Object.defineProperty(exports, "error_utils", { enumerable: true, get: function () { return common_error_1.error_utils; } });

import { SimpleCode, ISimpleCodeSeed, EnumSimpleCodeError } from './simplecode';
import { common_ret, ICommonRetData, ICommonMsgHead } from './common_ret';
import { common_ret, ICommonRetData, ICommonMsgHead, XCommonRet } from './common_ret';
import { error_utils } from './common_error';

@@ -27,3 +27,3 @@ import { datetimeUtils } from './datetimeUtils';

error_utils,
common_ret, ICommonRetData, ICommonMsgHead,
common_ret, ICommonRetData, ICommonMsgHead, XCommonRet,
watchRequire,

@@ -30,0 +30,0 @@ SimpleCode,

{
"name": "xmcommon",
"version": "0.9.4",
"version": "0.9.5",
"description": "javascript common lib for es6",

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

@@ -40,2 +40,6 @@ # xmcommon

## 0.9.5
- 2021-09-28
- \* 增加类的导出
## 0.9.4

@@ -42,0 +46,0 @@ - 2021-09-28

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