Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@incodelang/accounts

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incodelang/accounts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc