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.11 to 1.0.12

2

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

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

@@ -83,1 +83,22 @@ # slite-change

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.
## Developing This Project
One time only install and setup.
```bash
npm install --global np
npm i -g typescript -D
npm i -g typings -D
tsc --init
```
``tsc`` is configured to compile in ``package.json`` in ``scripts``.
To compile
```bash
npm run build
```
Publishing is done by ``np``
```bash
np
``
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