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

@balena/odata-to-abstract-sql

Package Overview
Dependencies
Maintainers
3
Versions
226
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 5.4.4-js-tests-14b390a85c75abf10d84a964d8f603a9d044fac3 to 5.4.4-js-tests-b27635dc8df1fbaa6f00de2d33de1674b58d8188

6

package.json
{
"name": "@balena/odata-to-abstract-sql",
"version": "5.4.4-js-tests-14b390a85c75abf10d84a964d8f603a9d044fac3",
"version": "5.4.4-js-tests-b27635dc8df1fbaa6f00de2d33de1674b58d8188",
"description": "A consumer of the OData parser, written in OMeta",

@@ -19,3 +19,3 @@ "main": "out/odata-to-abstract-sql.js",

"@balena/abstract-sql-compiler": "^7.13.4",
"@balena/odata-parser": "^2.2.7",
"@balena/odata-parser": "^2.2.8",
"@types/lodash": "^4.14.172",

@@ -58,4 +58,4 @@ "@types/memoizee": "^0.4.6",

"versionist": {
"publishedAt": "2021-09-07T14:05:10.980Z"
"publishedAt": "2021-09-07T14:17:00.651Z"
}
}

@@ -110,3 +110,5 @@ import { expect } from 'chai';

}
const result = [method].concat(args.map(operandToAbstractSQL));
const result = [method].concat(
args.map((op) => operandToAbstractSQL(op)),
);
switch (method) {

@@ -113,0 +115,0 @@ case 'Substring':

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