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

@aicore/cocodb

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aicore/cocodb - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@aicore/cocodb",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple json document database using mysql",

@@ -5,0 +5,0 @@ "main": "src/server.js",

@@ -108,3 +108,3 @@ /*

init(configs.authKey);
await server.listen({port: configs.port, host: configs.allowPublicAccess ? 'localhost' : '0.0.0.0'});
await server.listen({port: configs.port, host: configs.allowPublicAccess ? '0.0.0.0' : 'localhost'});
} catch (err) {

@@ -111,0 +111,0 @@ console.error(err);

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