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.2.1 to 1.2.2-web-resource-4bc31177aad396b0e9ec86c2c336f892065d58ab-1

4

CHANGELOG.md

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

## 1.2.2 - 2022-11-14
* Add web-resource type to sqlTypeToTypescriptType [Nitish Agarwal]
## 1.2.1 - 2022-10-14

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

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

case 'JSON':
case 'Web Resource':
return '{}';

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

4

package.json
{
"name": "@balena/abstract-sql-to-typescript",
"version": "1.2.1",
"version": "1.2.2-web-resource-4bc31177aad396b0e9ec86c2c336f892065d58ab-1",
"description": "A translator for abstract sql into typescript types.",

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

"versionist": {
"publishedAt": "2022-10-14T16:24:43.246Z"
"publishedAt": "2022-11-14T12:35:44.746Z"
}
}

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

case 'JSON':
case 'Web Resource':
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