namirasoft-account
Advanced tools
Comparing version 1.0.2 to 1.0.3
import { NamirasoftAccountHeader } from "./NamirasoftAccountHeader"; | ||
export declare class NamirasoftAccountResHeader extends NamirasoftAccountHeader { | ||
DENY(): string; | ||
USER(): string; | ||
IP_INFO(): string; | ||
} |
@@ -6,5 +6,2 @@ "use strict"; | ||
class NamirasoftAccountResHeader extends NamirasoftAccountHeader_1.NamirasoftAccountHeader { | ||
DENY() { | ||
return this.getX() + `deny`; | ||
} | ||
USER() { | ||
@@ -11,0 +8,0 @@ return this.getX() + `user`; |
{ | ||
"name": "namirasoft-account", | ||
"description": "Namira Software Corporation Account NPM Package", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "./dist/index.js", | ||
@@ -11,4 +11,4 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"namirasoft-core": "^1.0.3" | ||
"namirasoft-core": "^1.0.5" | ||
} | ||
} |
@@ -5,6 +5,2 @@ import { NamirasoftAccountHeader } from "./NamirasoftAccountHeader"; | ||
{ | ||
DENY() | ||
{ | ||
return this.getX() + `deny`; | ||
} | ||
USER() | ||
@@ -11,0 +7,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81114
1580
Updatednamirasoft-core@^1.0.5