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

@balena/abstract-sql-to-typescript

Package Overview
Dependencies
Maintainers
0
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/abstract-sql-to-typescript - npm Package Compare versions

Comparing version 4.0.7-build-renovate-major-10--balenaabstract-sql-compiler-6000af774f9fb9ce4efcb54e76caa0161d7ffc8d-1 to 5.0.0-build-node20-eb9448c4ae8ab35ed86292d6e98592a04e84185b-1

27

CHANGELOG.md

@@ -7,6 +7,29 @@ # Change Log

## 4.0.7 - 2024-10-07
## 5.0.0 - 2024-10-07
* Update dependency @balena/abstract-sql-compiler to v10 [Self-hosted Renovate Bot]
<details>
<summary> Update dependencies [Thodoris Greasidis] </summary>
> ### odata-to-abstract-sql-6.4.0 - 2024-10-04
>
>
> <details>
> <summary> Support number references as boolean types [Pagan Gazzard] </summary>
>
>> #### odata-parser-3.1.0 - 2024-10-03
>>
>> * Use bind vars for $top and $skip options [Pagan Gazzard]
>>
>
> </details>
>
>
</details>
* tsconfig: Switch the module compiler option to Node16 [Thodoris Greasidis]
* Update tsconfig target to es2023 [Thodoris Greasidis]
* Update minimum supported nodejs version to 20.14.0 [Thodoris Greasidis]
## 4.0.6 - 2024-09-12

@@ -13,0 +36,0 @@

11

out/package.json
{
"name": "@balena/abstract-sql-to-typescript",
"version": "4.0.7",
"version": "5.0.0",
"description": "A translator for abstract sql into typescript types.",
"type": "commonjs",
"main": "out/index.js",

@@ -22,3 +23,3 @@ "types": "out/index.d.ts",

"dependencies": {
"@balena/abstract-sql-compiler": "^10.0.0",
"@balena/abstract-sql-compiler": "^10.0.1",
"@balena/odata-to-abstract-sql": "^6.3.0",

@@ -44,4 +45,4 @@ "@types/node": "^20.16.5",

"engines": {
"node": ">=16.13.0",
"npm": ">=8.1.0"
"node": ">=20.14.0",
"npm": ">=10.7.0"
},

@@ -58,4 +59,4 @@ "lint-staged": {

"versionist": {
"publishedAt": "2024-10-07T15:45:02.800Z"
"publishedAt": "2024-10-07T15:48:59.780Z"
}
}
{
"name": "@balena/abstract-sql-to-typescript",
"version": "4.0.7-build-renovate-major-10--balenaabstract-sql-compiler-6000af774f9fb9ce4efcb54e76caa0161d7ffc8d-1",
"version": "5.0.0-build-node20-eb9448c4ae8ab35ed86292d6e98592a04e84185b-1",
"description": "A translator for abstract sql into typescript types.",
"type": "commonjs",
"main": "out/index.js",

@@ -22,3 +23,3 @@ "types": "out/index.d.ts",

"dependencies": {
"@balena/abstract-sql-compiler": "^10.0.0",
"@balena/abstract-sql-compiler": "^10.0.1",
"@balena/odata-to-abstract-sql": "^6.3.0",

@@ -44,4 +45,4 @@ "@types/node": "^20.16.5",

"engines": {
"node": ">=16.13.0",
"npm": ">=8.1.0"
"node": ">=20.14.0",
"npm": ">=10.7.0"
},

@@ -58,4 +59,4 @@ "lint-staged": {

"versionist": {
"publishedAt": "2024-10-07T15:45:02.800Z"
"publishedAt": "2024-10-07T15:48:59.780Z"
}
}
{
"compilerOptions": {
"module": "commonjs",
"module": "Node16",
"target": "es2023",
"noImplicitAny": true,

@@ -13,3 +14,2 @@ "noUnusedParameters": true,

"skipLibCheck": true,
"target": "es2021",
"outDir": "out",

@@ -16,0 +16,0 @@ "resolveJsonModule": true

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