@daisy/ace-config
Advanced tools
Comparing version 1.1.0 to 1.2.0-beta.1
{ | ||
"name": "@daisy/ace-config", | ||
"version": "1.1.0", | ||
"version": "1.2.0-beta.1", | ||
"description": "Config utilities for Ace", | ||
@@ -21,5 +21,5 @@ "author": { | ||
"dependencies": { | ||
"conf": "^1.3.1", | ||
"env-paths": "^1.0.0", | ||
"lodash.mergewith": "^4.6.0" | ||
"conf": "^6.1.0", | ||
"env-paths": "^2.2.0", | ||
"lodash.mergewith": "^4.6.2" | ||
}, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
@@ -12,3 +12,9 @@ 'use strict'; | ||
expect(path.basename(config.path)).toEqual('config.json'); | ||
expect(path.basename(path.dirname(config.path))).toEqual('DAISY Ace'); | ||
if (process.platform === "win32") { | ||
// https://github.com/sindresorhus/env-paths/blob/5944db4b2f8c635e8b39a363f6bdff40825be16e/index.js#L28 | ||
expect(path.basename(path.dirname(path.dirname(config.path)))).toEqual('DAISY Ace'); | ||
expect(path.basename(path.dirname(config.path))).toEqual('Config'); | ||
} else { | ||
expect(path.basename(path.dirname(config.path))).toEqual('DAISY Ace'); | ||
} | ||
}); | ||
@@ -15,0 +21,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5497
140
2
1
+ Addedajv@6.12.6(transitive)
+ Addedconf@6.2.4(transitive)
+ Addeddebounce-fn@3.0.1(transitive)
+ Addeddot-prop@5.3.0(transitive)
+ Addedenv-paths@2.2.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedis-obj@2.0.0(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedjson-schema-typed@7.0.3(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedmimic-fn@2.1.0(transitive)
+ Addedonetime@5.1.2(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpkg-up@3.1.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedtypedarray-to-buffer@3.1.5(transitive)
+ Addeduri-js@4.4.1(transitive)
+ Addedwrite-file-atomic@3.0.3(transitive)
- Removedconf@1.4.0(transitive)
- Removeddot-prop@4.2.1(transitive)
- Removedenv-paths@1.0.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedis-obj@1.0.1(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedmake-dir@1.3.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedpify@3.0.0(transitive)
- Removedpkg-up@2.0.0(transitive)
- Removedwrite-file-atomic@2.4.3(transitive)
Updatedconf@^6.1.0
Updatedenv-paths@^2.2.0
Updatedlodash.mergewith@^4.6.2