namirasoft-core
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -8,2 +8,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./ErrorOperation"; | ||
export * from "./FileOperation"; | ||
export * from "./GeoOperation"; | ||
@@ -16,2 +17,3 @@ export * from "./HTTPError"; | ||
export * from "./ObjectService"; | ||
export * from "./PackageService"; | ||
export * from "./ParsedNameValue"; | ||
@@ -18,0 +20,0 @@ export * from "./PhoneOperation"; |
@@ -24,2 +24,3 @@ "use strict"; | ||
__exportStar(require("./ErrorOperation"), exports); | ||
__exportStar(require("./FileOperation"), exports); | ||
__exportStar(require("./GeoOperation"), exports); | ||
@@ -32,2 +33,3 @@ __exportStar(require("./HTTPError"), exports); | ||
__exportStar(require("./ObjectService"), exports); | ||
__exportStar(require("./PackageService"), exports); | ||
__exportStar(require("./ParsedNameValue"), exports); | ||
@@ -34,0 +36,0 @@ __exportStar(require("./PhoneOperation"), exports); |
{ | ||
"name": "namirasoft-core", | ||
"description": "Namira Software Corporation Core NPM Package", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "./dist/index.js", | ||
@@ -12,2 +12,3 @@ "types": "./dist/index.d.ts", | ||
"@types/md5": "^2.3.5", | ||
"@types/node": "^20.10.3", | ||
"axios": "^1.6.2", | ||
@@ -18,2 +19,2 @@ "md5": "^2.3.0", | ||
} | ||
} | ||
} |
@@ -8,2 +8,3 @@ export * from "./BaseDatabaseRow"; | ||
export * from "./ErrorOperation"; | ||
export * from "./FileOperation"; | ||
export * from "./GeoOperation"; | ||
@@ -16,2 +17,3 @@ export * from "./HTTPError"; | ||
export * from "./ObjectService"; | ||
export * from "./PackageService"; | ||
export * from "./ParsedNameValue"; | ||
@@ -18,0 +20,0 @@ export * from "./PhoneOperation"; |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
226667
99
3345
6
3
+ Added@types/node@^20.10.3
+ Added@types/node@20.17.10(transitive)
+ Addedundici-types@6.19.8(transitive)