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

@idearium/cli

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/cli - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

4

bin/c-dc-env-file.js

@@ -27,4 +27,4 @@ #!/usr/bin/env node

// Update the defaults with the current configuration.
const locals = Object.assign({}, defaults, dotenv.config().parsed);
// Update the current value with the defaults.
const locals = Object.assign(dotenv.config().parsed, defaults);

@@ -31,0 +31,0 @@ // Reset the COMPOSE_FILE value.

@@ -5,2 +5,10 @@ # @ideariym/cli

## Unreleased
Bug fix.
### Fixes
- Updated the logic for `c dc env file` so that it produces more consistent results.
## 1.0.0-alpha.7

@@ -7,0 +15,0 @@

{
"name": "@idearium/cli",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "The Idearium cli, which makes working with our projects much easier.",

@@ -5,0 +5,0 @@ "main": "index.js",

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