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.2.2-1 to 1.2.3-0

4

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

@@ -9,3 +9,3 @@ "main": "dist/slite-change.js",

"test": "ts-mocha test/*.spec.ts",
"beta": "np --any-branch prerelease --tag=beta-$(git rev-parse --short HEAD)"
"beta": "np --any-branch prepatch --tag=beta-$(git rev-parse --short HEAD)"
},

@@ -12,0 +12,0 @@ "repository": {

@@ -127,4 +127,4 @@ "use strict";

});
// console.log(" id %d, \npre %s, \nauthor %s, \nsql %s, \nfile %s,\nfiles %d,\ncallStack %d",
// ChangeNumber, Pre, ChangeAuthor, Buffer.substring(0,40), file, files.length, this.callStack.length);
console.log(" id %d, \npre %s, \nauthor %s, \nsql %s, \nfile %s,\nfiles %d,\ncallStack %d",
ChangeNumber, Pre, ChangeAuthor, Buffer.substring(0,40), file, files.length, this.callStack.length);

@@ -150,2 +150,3 @@ if(this.callStack.length === files.length) {

if(row['c'] === 0) {
console.log('indexOf CR=%d', callStack.sql.indexOf('\n'));
this.Sql.exec(callStack.sql, (err: any) => {

@@ -152,0 +153,0 @@ this.ChangesCompleted++;

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