Socket
Socket
Sign inDemoInstall

nukak

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak - npm Package Compare versions

Comparing version 0.2.14 to 0.2.16

2

dialect/abstractSqlDialect.d.ts

@@ -30,3 +30,3 @@ import { QueryFilter, Scalar, QueryFilterFieldOperatorMap, QuerySort, QueryPager, FieldKey, QueryProject, Type, QueryOptions, QueryDialect, QueryFilterOptions, QueryComparisonOptions, QueryFilterMap, QueryProjectOptions, QueryRaw, QueryProjectOperation, QuerySearch, QueryCriteria } from '../type/index.js';

escapeId(val: string, forbidQualified?: boolean, addDot?: boolean): string;
escape(value: any): Scalar;
abstract escape(value: any): Scalar;
}

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.2.14",
"version": "0.2.16",
"type": "module",

@@ -29,12 +29,11 @@ "main": "./index.js",

"reflect-metadata": "^0.1.13",
"sqlstring": "^2.3.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^9.0.1",
"copyfiles": "^2.4.1",
"rimraf": "^4.4.1",
"typescript": "^5.0.2",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"uuid": "^9.0.0"

@@ -41,0 +40,0 @@ },

Sorry, the diff of this file is too big to display

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