🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

namirasoft-core

Package Overview
Dependencies
Maintainers
0
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-core - npm Package Compare versions

Comparing version

to
1.4.25

1

dist/BaseMetaDatabase.d.ts

@@ -8,2 +8,3 @@ import { BaseMetaTable } from "./BaseMetaTable";

getTables<MT extends BaseMetaTable>(): MT[];
hasTable(name: string): boolean;
}

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

}
hasTable(name) {
return this.tables[name] != null;
}
}

@@ -27,0 +30,0 @@ exports.BaseMetaDatabase = BaseMetaDatabase;

@@ -13,2 +13,3 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

getColumns<MC extends BaseMetaColumn>(): MC[];
hasColumn(name: string): boolean;
}

@@ -28,4 +28,7 @@ "use strict";

}
hasColumn(name) {
return this.columns[name] != null;
}
}
exports.BaseMetaTable = BaseMetaTable;
//# sourceMappingURL=BaseMetaTable.js.map

24

dist/EncryptionOperation.js

@@ -18,19 +18,9 @@ "use strict";

});
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -37,0 +27,0 @@ exports.EncryptionOperation = void 0;

@@ -18,19 +18,9 @@ "use strict";

});
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -37,0 +27,0 @@ exports.HashOperation = void 0;

@@ -18,19 +18,9 @@ "use strict";

});
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -37,0 +27,0 @@ exports.PhoneOperation = void 0;

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.4.24",
"version": "1.4.25",
"author": "Amir Abolhasani",

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -0,0 +0,0 @@ export type BaseDatabaseRow<ID> =

@@ -0,0 +0,0 @@ import { BaseMetaTable } from "./BaseMetaTable";

@@ -27,2 +27,6 @@ import { BaseMetaTable } from "./BaseMetaTable";

}
hasTable(name: string): boolean
{
return this.tables[name] != null;
}
};

@@ -37,2 +37,6 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

}
hasColumn(name: string): boolean
{
return this.columns[name] != null;
}
}

@@ -0,0 +0,0 @@ import axios, { AxiosRequestConfig, AxiosResponse } from "axios";

@@ -0,0 +0,0 @@ import { v4 } from "uuid";

@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage";

@@ -0,0 +0,0 @@ export class ConsoleOperation

@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation";

@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService";

@@ -0,0 +0,0 @@ import { Country } from "./Country";

@@ -0,0 +0,0 @@ export class Country

@@ -0,0 +0,0 @@ import { Country } from "./Country";

@@ -0,0 +0,0 @@ import { Buffer } from 'buffer';

@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto';

@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService";

@@ -0,0 +0,0 @@ import { HTTPError } from "./HTTPError";

@@ -0,0 +0,0 @@ let fs: any;

@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

@@ -0,0 +0,0 @@ export enum FilterItemColumnType

@@ -0,0 +0,0 @@ import { ErrorOperation } from "./ErrorOperation";

@@ -0,0 +0,0 @@ export class GeoOperation

@@ -0,0 +0,0 @@ import * as crypto from 'node:crypto';

@@ -0,0 +0,0 @@ export class HTTPError extends Error

@@ -0,0 +0,0 @@ export enum HTTPMethod

@@ -0,0 +0,0 @@ export * from "./BaseDatabaseRow";

@@ -0,0 +0,0 @@ export abstract class IStorage

@@ -0,0 +0,0 @@ import { EncodingOperation } from "./EncodingOperation";

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage.js";

@@ -0,0 +0,0 @@ import { IStorage } from "./IStorage";

@@ -0,0 +0,0 @@ export class NamingConvention

@@ -0,0 +0,0 @@ import { ConvertService } from "./ConvertService";

@@ -0,0 +0,0 @@ let fs: any;

@@ -0,0 +0,0 @@ import * as Phone from 'phone';

@@ -0,0 +0,0 @@ export class PriceOperation

@@ -0,0 +0,0 @@ export class RegexTemplate

@@ -0,0 +0,0 @@ export class SearchOperation

@@ -0,0 +0,0 @@ import { BaseMetaColumn } from "./BaseMetaColumn";

@@ -0,0 +0,0 @@ export class StringOperation

@@ -0,0 +0,0 @@ import moment from "moment";

@@ -0,0 +0,0 @@ import { ParsedNameValue } from "./ParsedNameValue";

@@ -0,0 +0,0 @@ export class VersionOperation

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet