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
3
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.4.2 to 1.4.3-build-web-resource-3-52295bcd15add98e842f326de589c88cb5f4ae7c-1

4

CHANGELOG.md

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

## 1.4.3 - 2023-02-18
* Integrate beta version of sbvr-types supporting WebResource [Ramiro González Maciel]
## 1.4.2 - 2023-02-15

@@ -9,0 +13,0 @@

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

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

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

8

package.json
{
"name": "@balena/abstract-sql-to-typescript",
"version": "1.4.2",
"version": "1.4.3-build-web-resource-3-52295bcd15add98e842f326de589c88cb5f4ae7c-1",
"description": "A translator for abstract sql into typescript types.",

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

"dependencies": {
"@balena/abstract-sql-compiler": "^8.0.0",
"@balena/odata-to-abstract-sql": "^5.9.1",
"@balena/abstract-sql-compiler": "8.0.1-build-web-resource-3-6e41a63ba633fa65e9d42f7ed784cae42d5ba23f-1",
"@balena/odata-to-abstract-sql": "5.9.3-build-web-resource-3-70ba5fe7599cbaeb795a8037a81a7d2cb9fcecd1-1",
"@types/node": "^12.20.55",

@@ -44,4 +44,4 @@ "common-tags": "^1.8.2"

"versionist": {
"publishedAt": "2023-02-15T13:34:29.198Z"
"publishedAt": "2023-02-18T02:28:23.802Z"
}
}

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

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

@@ -112,0 +113,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