
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@designliquido/lincones-postgresql
Advanced tools
Biblioteca de LinConEs para JavaScript usando PostgreSQL.
Especificação em https://github.com/DesignLiquido/LinConEs.
Para usar no seu computador, você deve ter antes o Node.js instalado em seu ambiente.
Com o Node.js instalado, execute o seguinte comando em um prompt de comando (Terminal, PowerShell ou cmd
no Windows, Terminal ou bash
em Mac e Linux):
npm install -g @designliquido/lincones-postgresql
Para executar no modo console, adicione na raiz do seu projeto um arquivo .env
com o seguinte:
ENDERECO='localhost'
PORTA=5432
USUARIO='root'
SENHA='minhasenha#123'
NOME_BASE_DADOS='meu_banco_de_dados'
PORTA
é opcional. Se não definida, a biblioteca usa a porta padrão, 5432.
Utilize o comando lincones-postgresql
para iniciar.
Pressione Ctrl
+ c
para sair.
Se você tem interesse em contribuir com o desenvolvimento do projeto, logo após fazer o clone e atualizar os pacotes com yarn
, lembre-se de executar o seguinte comando:
git submodule update --init --recursive --remote
Com isso, você sincroniza com a versão mais recente de lincones-js, que é o projeto base para lincones-postgresql.
FAQs
Implementação de LinConEs para PostgreSQL.
We found that @designliquido/lincones-postgresql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.