@cumulus/aws-client
Advanced tools
Comparing version 1.17.0-alpha6 to 1.17.0-alpha7
@@ -45,2 +45,2 @@ const awsServices = require('./services'); | ||
return awsServices.cloudwatchevents().putTargets(params).promise(); | ||
} | ||
}; |
10
index.js
exports.client = require('./client'); | ||
exports.cloudformation = require('./cloudformation'); | ||
exports.dynamo = require('./dynamo'); | ||
exports.CloudFormation = require('./CloudFormation'); | ||
exports.DynamoDb = require('./DynamoDb'); | ||
exports.DynamoDbSearchQueue = require('./DynamoDbSearchQueue'); | ||
exports.s3 = require('./s3'); | ||
exports.S3 = require('./S3'); | ||
exports.S3ListObjectsV2Queue = require('./S3ListObjectsV2Queue'); | ||
exports.services = require('./services'); | ||
exports.sns = require('./sns'); | ||
exports.sqs = require('./sqs'); | ||
exports.stepFunctions = require('./step-functions'); | ||
exports.SNS = require('./SNS'); | ||
exports.SQS = require('./SQS'); | ||
exports.StepFunctions = require('./StepFunctions'); | ||
exports.testUtils = require('./test-utils'); | ||
exports.utils = require('./utils'); |
{ | ||
"name": "@cumulus/aws-client", | ||
"version": "1.17.0-alpha6", | ||
"version": "1.17.0-alpha7", | ||
"description": "Utilities for working with AWS", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"aws-sdk": "^2.585.0", | ||
"jsonpath-plus": "^1.0.0", | ||
"jsonpath-plus": "^1.1.0", | ||
"lodash.get": "^4.4.2", | ||
@@ -50,0 +50,0 @@ "lodash.isnil": "^4.0.0", |
@@ -21,1 +21,2 @@ const AWS = require('aws-sdk'); | ||
exports.secretsManager = awsClient(AWS.SecretsManager, '2017-10-17'); | ||
exports.es = awsClient(AWS.ES, '2015-01-01'); |
@@ -71,3 +71,3 @@ /* eslint no-console: "off" */ | ||
const localStackPorts = { | ||
stepfunctions: 10000, // add a fake port to support test overrides | ||
stepfunctions: 4585, | ||
apigateway: 4567, | ||
@@ -74,0 +74,0 @@ cloudformation: 4581, |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
58381
1666
1
Updatedjsonpath-plus@^1.1.0