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.2-web-resource-73219661924982b8afd3e4649229287c39f799a1-1 to 1.2.2

4

CHANGELOG.md

@@ -7,5 +7,5 @@ # Change Log

## 1.2.2 - 2022-11-15
## 1.2.2 - 2022-11-17
* Add web-resource type to sqlTypeToTypescriptType [Nitish Agarwal]
* Update dependency husky to 8.0.2 [Renovate Bot]

@@ -12,0 +12,0 @@ ## 1.2.1 - 2022-10-14

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

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

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

{
"name": "@balena/abstract-sql-to-typescript",
"version": "1.2.2-web-resource-73219661924982b8afd3e4649229287c39f799a1-1",
"version": "1.2.2",
"description": "A translator for abstract sql into typescript types.",

@@ -27,3 +27,3 @@ "main": "out/index.js",

"chai": "^4.3.6",
"husky": "^4.3.8",
"husky": "^8.0.0",
"lint-staged": "^12.3.7",

@@ -49,4 +49,4 @@ "mocha": "^9.2.2",

"versionist": {
"publishedAt": "2022-11-15T08:22:34.340Z"
"publishedAt": "2022-11-17T16:55:24.877Z"
}
}

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

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

@@ -105,0 +104,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