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

@bifravst/athena-helpers

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bifravst/athena-helpers - npm Package Compare versions

Comparing version 6.2.8 to 6.3.0

3

dist/createAthenaTableSQL.d.ts

@@ -6,3 +6,4 @@ export declare enum AthenaTableScalarFieldType {

int = "int",
bigint = "bigint"
bigint = "bigint",
boolean = "boolean"
}

@@ -9,0 +10,0 @@ export declare enum AthenaTableStructFieldType {

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

AthenaTableScalarFieldType["bigint"] = "bigint";
AthenaTableScalarFieldType["boolean"] = "boolean";
})(AthenaTableScalarFieldType = exports.AthenaTableScalarFieldType || (exports.AthenaTableScalarFieldType = {}));

@@ -27,2 +28,3 @@ var AthenaTableStructFieldType;

case AthenaTableScalarFieldType.string:
case AthenaTableScalarFieldType.boolean:
return type;

@@ -29,0 +31,0 @@ case AthenaTableArrayFieldType.array:

{
"name": "@bifravst/athena-helpers",
"version": "6.2.8",
"version": "6.3.0",
"description": "Helper functions which simplify working with AWS Athena",

@@ -28,7 +28,7 @@ "main": "dist/index.js",

"dependencies": {
"aws-sdk": "^2.665.0",
"aws-sdk": "^2.668.0",
"backoff": "^2.5.0"
},
"devDependencies": {
"@bifravst/code-style": "^7.0.1",
"@bifravst/code-style": "^7.1.10",
"@commitlint/cli": "^8.3.5",

@@ -39,6 +39,6 @@ "@commitlint/config-angular": "^8.3.4",

"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@types/node": "^13.13.4",
"husky": "^4.2.5",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"jest": "^25.5.4",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"

@@ -62,3 +62,3 @@ },

"engines": {
"node": ">=12.0.0",
"node": ">=14.0.0",
"npm": ">=6.0.0"

@@ -65,0 +65,0 @@ },

Sorry, the diff of this file is too big to display

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