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

kmore

Package Overview
Dependencies
Maintainers
0
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore - npm Package Compare versions

Comparing version 67.0.1 to 67.1.0

2

dist/lib/trx.types.d.ts

@@ -31,2 +31,4 @@ import type { PropagationType } from './propagation.types.js';

ForUpdate = "FOR_UPDATE",
ForShareSkipLocked = "FOR_SHARE_SKIP_LOCKED",
ForUpdateSkipLocked = "FOR_UPDATE_SKIP_LOCKED",
None = "None"

@@ -33,0 +35,0 @@ }

@@ -8,2 +8,4 @@ /**

RowLockLevel["ForUpdate"] = "FOR_UPDATE";
RowLockLevel["ForShareSkipLocked"] = "FOR_SHARE_SKIP_LOCKED";
RowLockLevel["ForUpdateSkipLocked"] = "FOR_UPDATE_SKIP_LOCKED";
RowLockLevel["None"] = "None";

@@ -10,0 +12,0 @@ })(RowLockLevel || (RowLockLevel = {}));

4

package.json
{
"name": "kmore",
"author": "waiting",
"version": "67.0.1",
"version": "67.1.0",
"description": "A SQL query builder based on knex with powerful TypeScript type support",

@@ -88,3 +88,3 @@ "keywords": [

},
"gitHead": "3914d3e23d445481cd99ad58924d5c1c39814bf6"
"gitHead": "5fff9fcccf2577a62eeff7ef7d0962ce797342f1"
}

@@ -35,2 +35,4 @@ import type { PropagationType } from './propagation.types.js'

ForUpdate = 'FOR_UPDATE',
ForShareSkipLocked = 'FOR_SHARE_SKIP_LOCKED',
ForUpdateSkipLocked = 'FOR_UPDATE_SKIP_LOCKED',
None = 'None',

@@ -37,0 +39,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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