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

@cumulus/common

Package Overview
Dependencies
Maintainers
12
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.4.1 to 9.4.2

fake-provider.d.ts

1

index.d.ts

@@ -5,2 +5,3 @@ import BucketsConfig = require('./BucketsConfig');

export * as envUtils from './env';
export * as fakeProvider from './fake-provider';
export * as keyPairProvider from './key-pair-provider';

@@ -7,0 +8,0 @@ export * as log from './log';

@@ -27,2 +27,3 @@ "use strict";

exports.envUtils = __importStar(require("./env"));
exports.fakeProvider = __importStar(require("./fake-provider"));
exports.keyPairProvider = __importStar(require("./key-pair-provider"));

@@ -29,0 +30,0 @@ exports.log = __importStar(require("./log"));

9

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

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

"dependencies": {
"@cumulus/errors": "9.4.1",
"@cumulus/logger": "9.4.1",
"@cumulus/errors": "9.4.2",
"@cumulus/logger": "9.4.2",
"ajv": "^6.12.3",

@@ -51,2 +51,3 @@ "aws-sdk": "^2.585.0",

"fs-extra": "^5.0.0",
"is-ip": "^3.1.0",
"jsonpath-plus": "^3.0.0",

@@ -68,3 +69,3 @@ "lodash": "^4.17.20",

},
"gitHead": "fce4415918c43a6a14d46ac7d9572f5a97a98a45"
"gitHead": "93ac169ad2ef47ea3ba207e686d9aa870c5d8bcc"
}
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