@incodelang/accounts
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@incodelang/accounts", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "An API for simple Account Management", | ||
@@ -34,5 +34,4 @@ "main": "src/index.js", | ||
"express": "^4.17.1", | ||
"node-fetch": "^3.0.0", | ||
"typescript": "^4.4.3" | ||
} | ||
} |
@@ -26,11 +26,4 @@ /** | ||
if (require) { | ||
this.#f = await import("node-fetch"); | ||
this.#f = this.#f.default; | ||
} | ||
this.#f = fetch; | ||
if (this.#f === undefined || this.#f === null) { | ||
this.#f = fetch; | ||
} | ||
console.log(this.#f) | ||
@@ -37,0 +30,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
5
14
81622
1091
+ Added@types/node@16.18.119(transitive)
- Removednode-fetch@^3.0.0
- Removed@types/node@16.18.120(transitive)
- Removeddata-uri-to-buffer@4.0.1(transitive)
- Removedfetch-blob@3.2.0(transitive)
- Removedformdata-polyfill@4.0.10(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch@3.3.2(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)