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
1
Versions
240
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 1.3.0-renovate-node-18-x-f7ccf42bbc2bb8408ec0644add650b90f49c6329-1 to 1.3.0-web-resource-2-642050af2a038267575d445da14df16dc0e32f8e-1

5

CHANGELOG.md

@@ -9,3 +9,6 @@ # Change Log

* Update dependency @types/node to 18.11.9 [Renovate Bot]
* Integrate beta version of sbvr-types supporting WebResource [Ramiro González Maciel]
## 1.2.6 - 2022-11-18
* Dev: Update pre-commit hook [Josh Bowling]

@@ -12,0 +15,0 @@

1

out/index.js

@@ -71,2 +71,3 @@ "use strict";

case 'JSON':
case 'WebResource':
return '{}';

@@ -73,0 +74,0 @@ default:

{
"name": "@balena/abstract-sql-to-typescript",
"version": "1.3.0-renovate-node-18-x-f7ccf42bbc2bb8408ec0644add650b90f49c6329-1",
"version": "1.3.0-web-resource-2-642050af2a038267575d445da14df16dc0e32f8e-1",
"description": "A translator for abstract sql into typescript types.",

@@ -16,5 +16,6 @@ "main": "out/index.js",

"dependencies": {
"@balena/abstract-sql-compiler": "^7.19.1",
"@balena/odata-to-abstract-sql": "^5.4.9",
"@types/node": "^18.0.0",
"@balena/abstract-sql-compiler": "^7.20.24-web-resource-2-b0902e6810d79237e5dd54026402ba4ee30e37c3-1",
"@balena/odata-to-abstract-sql": "^5.6.0-web-resource-2-386c17745149dc65e3617a9716576e8a7dd49a5f-1",
"@balena/sbvr-types": "^3.4.16-web-resource-2-72be0ce20f07e8ff31df8456f134da5c0719103c-1",
"@types/node": "^12.20.47",
"common-tags": "^1.8.2"

@@ -44,4 +45,4 @@ },

"versionist": {
"publishedAt": "2022-11-18T02:29:02.501Z"
"publishedAt": "2022-11-18T04:22:38.431Z"
}
}

@@ -102,2 +102,3 @@ import type {

case 'JSON':
case 'WebResource':
return '{}';

@@ -104,0 +105,0 @@ default:

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