🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tugou/baimahu

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tugou/baimahu - npm Package Compare versions

Comparing version
2.2.4
to
2.2.5
+0
-1
dist/index.d.ts

@@ -1,2 +0,1 @@

export { BaimahuConfiguration as Configuration } from './configuration';
export * from './lib/string';

@@ -3,0 +2,0 @@ export * from './lib/array';

@@ -13,5 +13,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Configuration = void 0;
var configuration_1 = require("./configuration");
Object.defineProperty(exports, "Configuration", { enumerable: true, get: function () { return configuration_1.BaimahuConfiguration; } });
__exportStar(require("./lib/string"), exports);

@@ -18,0 +15,0 @@ __exportStar(require("./lib/array"), exports);

+2
-5
{
"name": "@tugou/baimahu",
"version": "2.2.4",
"version": "2.2.5",
"description": "标准函数扩展-前后端通用",

@@ -19,6 +19,3 @@ "main": "dist/index",

"license": "MIT",
"gitHead": "9d56520dba9df9a0fc7594cc21bea3f10ac4b457",
"dependencies": {
"crypto": "^1.0.1"
}
"gitHead": "9bbbe47360cb6996e1afe85ee8b9b14fbe2555b1"
}
export declare class BaimahuConfiguration {
}
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaimahuConfiguration = void 0;
const decorator_1 = require("@midwayjs/decorator");
let BaimahuConfiguration = class BaimahuConfiguration {
};
BaimahuConfiguration = __decorate([
decorator_1.Configuration({
namespace: 'baimahu'
})
], BaimahuConfiguration);
exports.BaimahuConfiguration = BaimahuConfiguration;