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

dbgate-query-splitter

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

dbgate-query-splitter - npm Package Compare versions

Comparing version 4.9.0-alpha.1 to 4.9.0

6

lib/splitterStream.test.js

@@ -60,1 +60,7 @@ "use strict";

}));
test("northwind test", () => __awaiter(void 0, void 0, void 0, function* () {
console.log(process.cwd());
const fileStream = fs_1.default.createReadStream("sql/northwind.sql", "utf-8");
const output = yield streamToArray((0, splitQueryStream_1.splitQueryStream)(fileStream, options_1.mysqlSplitterOptions));
expect(output['length']).toEqual(29);
}));

2

package.json
{
"version": "4.9.0-alpha.1",
"version": "4.9.0",
"name": "dbgate-query-splitter",

@@ -4,0 +4,0 @@ "main": "lib/index.js",

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