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

slite-change

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slite-change - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

LICENSE.txt

2

package.json
{
"name": "slite-change",
"version": "1.0.27",
"version": "1.0.28",
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.",

@@ -5,0 +5,0 @@ "main": "dist/slite-change.js",

@@ -7,3 +7,3 @@ # slite-change

### Installing
This needs work. Expecting it to be something like
From within your project directory were ``package.json`` is found, simply run this.
```bash

@@ -19,2 +19,4 @@ npm install slite-change

---
## Formating Of Change Sets

@@ -52,4 +54,6 @@ Each change must begin with a comment line starting with ``--changeset <Author Name>:<change ID>``

Example changes can be found in [db-changes](./db-changes/)
Example changes can be found in [db-changes](https://gitlab.com/SiliconTao-open-source/slite-change/-/tree/main/db-changes)
---
## Usage

@@ -72,19 +76,51 @@ Put SQL files into a resources directory and create an instance of slite-change with the arguments of the DB instance and change directory.

---
## Support
Send emails to osgnuru@gmail.com
---
## Contributing
Anyone is welcome to fork this project on [GitLab slite-change](https://gitlab.com/SiliconTao-open-source/slite-change)
Submit a pull request and I will review it.
Submit a pull request and it will be reviewed.
---
## Authors and acknowledgment
SQLite3 team!!! 🍺🍺🍺
---
## License
GPL-2.0-only
Copyright (C) 2021 Silicon Tao Technology Systems
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; [GPL-2.0-only](https://opensource.org/licenses/gpl-2.0.php).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to
```
Free Software Foundation
51 Franklin Street, Fifth Floor
Boston, MA 02110
USA
```
---
## Project status
This is a new project and the authors first time posting to NPM. If something is not working please send an email to the contact above.
Unit tests are needed.
---
## Developing This Project

@@ -91,0 +127,0 @@ One time only install and setup.

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