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

athena-client

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athena-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/request.js

@@ -124,3 +124,3 @@ 'use strict'

function isThrottlingException(err) {
return err.errorType == "ThrottlingException"
return err.code == "ThrottlingException"
}

@@ -127,0 +127,0 @@

{
"name": "athena-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "a nodejs simple aws athena client",

@@ -28,2 +28,2 @@ "homepage": "https://github.com/KoteiIto/node-athena",

}
}
}

@@ -62,3 +62,3 @@ 'use strict'

let error = new Error('Rate exceeded')
error.errorType = 'ThrottlingException'
error.code = 'ThrottlingException'
return callback(error, null)

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

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