Socket
Socket
Sign inDemoInstall

snowflake-promise

Package Overview
Dependencies
301
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.10.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 1.10.0
2018-12-31
* Update to `snowflake-sdk` 1.1.9
### 1.9.0

@@ -2,0 +8,0 @@

10

package.json
{
"name": "snowflake-promise",
"version": "1.9.0",
"version": "1.10.0",
"description": "A Promise-based, TypeScript-friendly wrapper for the Snowflake SDK",

@@ -24,11 +24,11 @@ "repository": "bitbucket:adp-developers/snowflake-promise.git",

"devDependencies": {
"@types/node": "^10.12.5",
"@types/node": "^10.12.18",
"del-cli": "^1.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"dependencies": {
"snowflake-sdk": "^1.1.8"
"snowflake-sdk": "^1.1.9"
}
}

@@ -0,0 +0,0 @@ export { Snowflake } from './Snowflake';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConnectionOptions } from "./types/ConnectionOptions";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface ConnectionOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ConnectionOptions.js.map

@@ -0,0 +0,0 @@ export declare type FetchAsStringTypes = 'String' | 'Boolean' | 'Number' | 'Date' | 'JSON';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ExecuteOptions.js.map

@@ -0,0 +0,0 @@ export interface LoggingOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=LoggingOptions.js.map
export declare class SnowflakeError extends Error {
constructor(message: any);
}

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

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -0,0 +0,0 @@ import { SnowflakeError } from './SnowflakeError';

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

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -0,0 +0,0 @@ import { SnowflakeError } from './SnowflakeError';

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

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -0,0 +0,0 @@ export interface StreamRowsOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=StreamRowsOptions.js.map
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc