Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@acot/config

Package Overview
Dependencies
251
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2-canary.7 to 0.0.2

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.0.2](https://github.com/acot-a11y/acot/compare/@acot/config@0.0.2-canary.7...@acot/config@0.0.2) (2020-12-10)
**Note:** Version bump only for package @acot/config
## [0.0.2-canary.7](https://github.com/acot-a11y/acot/compare/@acot/config@0.0.2-canary.6...@acot/config@0.0.2-canary.7) (2020-11-23)

@@ -8,0 +12,0 @@

3

lib/loader.js

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

};
exports.loadConfig = async (from = '.', options = {}) => {
const loadConfig = async (from = '.', options = {}) => {
var _a;

@@ -42,1 +42,2 @@ const cwd = (_a = options.cwd) !== null && _a !== void 0 ? _a : process.cwd();

};
exports.loadConfig = loadConfig;

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

const isMergeableObject = (v) => Array.isArray(v) || is_plain_object_1.isPlainObject(v);
exports.mergeConfig = (...configs) => {
const mergeConfig = (...configs) => {
return configs.reduce((acc, cur) => {

@@ -23,1 +23,2 @@ var _a, _b;

};
exports.mergeConfig = mergeConfig;

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

const PRESET_PREFIX = 'preset:';
exports.parseExtendPath = (input) => {
const parseExtendPath = (input) => {
// for file

@@ -47,1 +47,2 @@ if (utils_1.isFilepath(input)) {

};
exports.parseExtendPath = parseExtendPath;

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

};
exports.resolveConfig = async (maybeConfig, options = {}) => {
const resolveConfig = async (maybeConfig, options = {}) => {
var _a;

@@ -169,1 +169,2 @@ const opts = {

};
exports.resolveConfig = resolveConfig;
{
"name": "@acot/config",
"version": "0.0.2-canary.7",
"version": "0.0.2",
"description": "A module to manipulate configs of acot.",

@@ -35,11 +35,11 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/config",

"dependencies": {
"@acot/core": "0.0.2-canary.7",
"@acot/module-loader": "0.0.2-canary.3",
"@acot/reporter": "0.0.2-canary.4",
"@acot/runner": "0.0.2-canary.5",
"@acot/types": "0.0.2-canary.3",
"@acot/utils": "0.0.2-canary.3",
"@acot/core": "0.0.2",
"@acot/module-loader": "0.0.2",
"@acot/reporter": "0.0.2",
"@acot/runner": "0.0.2",
"@acot/types": "0.0.2",
"@acot/utils": "0.0.2",
"ajv": "^6.12.3",
"cosmiconfig": "^7.0.0",
"debug": "^4.2.0",
"debug": "^4.3.1",
"deepmerge": "^4.2.2",

@@ -59,3 +59,3 @@ "glob-to-regexp": "^0.4.1",

},
"gitHead": "80705d0103e66e4654b9cda5d66afff877cd6daa"
"gitHead": "0213161e3b268d769211bcd75d1d5f7f4e1818ad"
}
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