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

@cumulus/common

Package Overview
Dependencies
Maintainers
9
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/common - npm Package Compare versions

Comparing version 9.1.0 to 9.2.0

8

package.json
{
"name": "@cumulus/common",
"version": "9.1.0",
"version": "9.2.0",
"description": "Common utilities used across tasks",

@@ -44,4 +44,4 @@ "keywords": [

"dependencies": {
"@cumulus/errors": "9.1.0",
"@cumulus/logger": "9.1.0",
"@cumulus/errors": "9.2.0",
"@cumulus/logger": "9.2.0",
"ajv": "^6.12.3",

@@ -69,3 +69,3 @@ "aws-sdk": "^2.585.0",

},
"gitHead": "75b4d538b3ef808b30c5c7b1cf71a3619ab9086c"
"gitHead": "6f2f43bd50c0fba4fedebbace55ddf7e4ae35a1c"
}
export declare const getBucketsConfigKey: (stackName: string) => string;
export declare const getDistributionBucketMapKey: (stackName: string) => string;
//# sourceMappingURL=stack.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDistributionBucketMapKey = exports.getBucketsConfigKey = void 0;
exports.getBucketsConfigKey = void 0;
exports.getBucketsConfigKey = (stackName) => `${stackName}/workflows/buckets.json`;
exports.getDistributionBucketMapKey = (stackName) => `${stackName}/distribution_bucket_map.json`;
//# sourceMappingURL=stack.js.map
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