New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@daisy/ace-config

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/ace-config - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-beta.1

8

package.json
{
"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 @@

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