New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@balena/odata-to-abstract-sql

Package Overview
Dependencies
Maintainers
3
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.2.0 to 6.2.1-build-update-deps-6f619f6a24ec7a4086963b035fe3c015c729678c-1

27

CHANGELOG.md

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

## 6.2.0 - 2023-11-17
## 6.2.1 - 2024-01-15
<details>
<summary> Update dependencies [Pagan Gazzard] </summary>
> ### abstract-sql-compiler-9.0.4 - 2024-01-02
>
> * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
>
> ### odata-parser-3.0.3 - 2024-01-04
>
> * Optimize by moving constant values into global init [fisehara]
>
> ### odata-parser-3.0.2 - 2024-01-04
>
> * Update dependencies [fisehara]
>
> ### sbvr-types-6.1.1 - 2024-01-02
>
> * Update dependency @types/chai-datetime to ^0.0.39 [Self-hosted Renovate Bot]
>
</details>
## 6.2.0 - 2023-11-24
* Optimize Duplications of `ComputedField` queries [fisehara]

@@ -11,0 +36,0 @@

30

package.json
{
"name": "@balena/odata-to-abstract-sql",
"version": "6.2.0",
"version": "6.2.1-build-update-deps-6f619f6a24ec7a4086963b035fe3c015c729678c-1",
"description": "A consumer of the OData parser, written in OMeta",

@@ -18,7 +18,7 @@ "main": "out/odata-to-abstract-sql.js",

"dependencies": {
"@balena/abstract-sql-compiler": "^9.0.3",
"@balena/odata-parser": "^3.0.1",
"@types/lodash": "^4.14.199",
"@types/memoizee": "^0.4.9",
"@types/string-hash": "^1.1.1",
"@balena/abstract-sql-compiler": "^9.0.4",
"@balena/odata-parser": "^3.0.3",
"@types/lodash": "^4.14.202",
"@types/memoizee": "^0.4.11",
"@types/string-hash": "^1.1.3",
"lodash": "^4.17.21",

@@ -30,16 +30,16 @@ "memoizee": "^0.4.15",

"@balena/lf-to-abstract-sql": "^5.0.1",
"@balena/lint": "^7.2.0",
"@balena/lint": "^7.2.4",
"@balena/sbvr-parser": "^1.4.3",
"@balena/sbvr-types": "^6.1.0",
"@types/chai": "^4.3.8",
"@balena/sbvr-types": "^6.1.1",
"@types/chai": "^4.3.11",
"@types/chai-things": "0.0.38",
"@types/mocha": "^10.0.2",
"chai": "^4.3.10",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"chai-things": "~0.2.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"require-npm4-to-publish": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},

@@ -58,4 +58,4 @@ "mocha": {

"versionist": {
"publishedAt": "2023-11-17T12:26:34.123Z"
"publishedAt": "2024-01-15T14:57:38.058Z"
}
}

@@ -40,3 +40,3 @@ import * as _ from 'lodash';

['ReferencedField', resourceAlias, 'id'],
]
]
: [

@@ -46,3 +46,3 @@ 'Equals',

['ReferencedField', resourceAlias, parentResourceField],
];
];
return [

@@ -49,0 +49,0 @@ 'Alias',

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