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 2.5.0 to 2.5.1

1

build/lib/client.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Athena } from 'aws-sdk';

@@ -3,0 +2,0 @@ import { Transform } from 'stream';

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Readable } from 'stream';

@@ -3,0 +2,0 @@ export interface AthenaRequestConfig {

42

package.json
{
"name": "athena-client",
"version": "2.5.0",
"version": "2.5.1",
"description": "a nodejs simple aws athena client",

@@ -14,3 +14,3 @@ "homepage": "https://github.com/KoteiIto/node-athena",

"scripts": {
"pretest": "yarn build",
"pretest": "npm run build",
"test": "rm -rf coverage && istanbul cover _mocha -- -R spec build/test/*.js",

@@ -20,5 +20,5 @@ "posttest": "cd coverage && remap-istanbul -i coverage.json -o html-report -t html",

"fmt": "tslint -c tslint.json 'src/**/*.ts' --fix",
"prebuild": "yarn fmt",
"prebuild": "npm run fmt",
"build": "rm -rf build && tsc",
"watch": "onchange 'src/**/*.ts' -- yarn build",
"watch": "onchange 'src/**/*.ts' -- npm run build",
"precommit": "lint-staged",

@@ -29,3 +29,3 @@ "coveralls": "cat ./coverage/lcov.info | coveralls"

"src/**/*.ts": [
"yarn fmt",
"npm run fmt",
"git add"

@@ -47,22 +47,22 @@ ]

"devDependencies": {
"@types/mocha": "^2.2.45",
"@types/node": "^8.5.2",
"coveralls": "^3.0.0",
"husky": "^0.14.3",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"coveralls": "^3.0.3",
"husky": "^2.2.0",
"istanbul": "^0.4.5",
"lint-staged": "^6.0.0",
"mocha": "^4.1.0",
"onchange": "^3.3.0",
"prettier": "^1.9.2",
"remap-istanbul": "^0.9.5",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.6.2"
"lint-staged": "^8.1.6",
"mocha": "^6.1.4",
"onchange": "^5.2.0",
"prettier": "^1.17.0",
"remap-istanbul": "^0.13.0",
"tslint": "^5.16.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^2.9.2",
"typescript-collections": "^1.3.2"
},
"dependencies": {
"aws-sdk": "^2.175.0",
"csv-parser": "^1.12.0",
"typescript-collections": "^1.2.5"
"aws-sdk": "^2.449.0",
"csv-parser": "^1.12.1"
}
}

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