Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement โ†’
Sign In

@trithanka/sql-builder

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trithanka/sql-builder - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+35
.github/workflows/npm-publish.yml
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
name: Node.js Package
on:
push:
branches: [main]
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+1
-1
{
"name": "@trithanka/sql-builder",
"version": "1.0.5",
"version": "1.0.6",
"description": "A lightweight, function-based, chainable SQL query builder for Node.js using MySQL pool connections.",

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

@@ -6,3 +6,3 @@ # SQL Query Builder ๐Ÿงฉ

[![GitHub license](https://img.shields.io/github/license/Trithanka/sql-query-builder)](https://github.com/Trithanka/sql-query-builder/blob/main/LICENSE)
[![Build](https://github.com/Trithanka/sql-query-builder/actions/workflows/node.js.yml/badge.svg)](https://github.com/Trithanka/sql-query-builder/actions)
[![Build](https://github.com/Trithanka/sql-query-builder/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Trithanka/sql-query-builder/actions)

@@ -9,0 +9,0 @@