You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

namirasoft-node-cli

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-node-cli - npm Package Compare versions

Comparing version

to
1.4.5

dist/ConfigGetURLCommand.d.ts

24

dist/BaseStorage.js

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

});
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;
};
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;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

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

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

"private": false,
"version": "1.4.4",
"version": "1.4.5",
"author": "Amir Abolhasani",

@@ -21,6 +21,6 @@ "license": "MIT",

"dependencies": {
"@types/node": "^22.5.4",
"axios": "^1.7.7",
"namirasoft-core": "^1.4.6"
"@types/node": "^22.10.5",
"axios": "^1.7.9",
"namirasoft-core": "^1.4.39"
}
}

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

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

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

@@ -0,0 +0,0 @@ export type BaseFinalCommandOptionSchema =

@@ -0,0 +0,0 @@ import { ObjectService } from "namirasoft-core";

@@ -0,0 +0,0 @@ import * as path from "path";

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

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

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

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

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

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

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

@@ -0,0 +0,0 @@ import { ConsoleOperation } from "namirasoft-core";

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

@@ -0,0 +0,0 @@ import { PackageService } from "namirasoft-core";

Sorry, the diff of this file is not supported yet