New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.0.1 to 4.0.2

2

dist/athenaQuery.js

@@ -18,3 +18,3 @@ "use strict";

})();
d({ QueryString });
d({ WorkGroup, QueryString });
const { QueryExecutionId } = await athena

@@ -21,0 +21,0 @@ .startQueryExecution({

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

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"test": "test -n \"$SKIP_TESTS\" && true || jest"
"test": "jest"
},

@@ -29,7 +29,7 @@ "repository": {

"dependencies": {
"aws-sdk": "^2.524.0",
"aws-sdk": "^2.528.0",
"backoff": "^2.5.0"
},
"devDependencies": {
"@bifravst/code-style": "^3.0.0",
"@bifravst/code-style": "^3.0.1",
"@commitlint/cli": "^8.1.0",

@@ -40,6 +40,6 @@ "@commitlint/config-angular": "^8.1.0",

"@types/jest": "^24.0.18",
"@types/node": "^12.7.4",
"@types/node": "^12.7.5",
"husky": "^3.0.5",
"jest": "^24.9.0",
"ts-jest": "^24.0.2"
"ts-jest": "^24.1.0"
},

@@ -49,3 +49,3 @@ "husky": {

"commit-msg": "commitlint -e",
"pre-commit": "lint-staged && npm test"
"pre-commit": "lint-staged && npx jest --onlyChanged"
}

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