@ansaro/lambda-pg
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -11,2 +11,4 @@ /* eslint-env jest */ | ||
jest.spyOn(global.console, "warn").mockImplementation(() => {}); | ||
const DB = require("./"); | ||
@@ -13,0 +15,0 @@ |
{ | ||
"name": "@ansaro/lambda-pg", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Connect to Postgres in AWS Lambda environment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,4 @@ /* eslint-env jest */ | ||
jest.spyOn(global.console, "error").mockImplementation(() => {}); | ||
// ordering is important here. mock before require to guarantee initialization | ||
@@ -13,0 +15,0 @@ const { getSecretValue } = require("./secrets"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7838
229