Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.1.0-beta.2 to 5.1.0-beta.3

4

bin/lib/c.js

@@ -345,3 +345,5 @@ 'use strict';

const json = data ? JSON.parse(data) : {};
const nestedData = setPropertyPath({}, keys, value);
const nestedData = setPropertyPath({}, keys, value, {
preservePaths: false,
});
const state = merge({}, json, nestedData);

@@ -348,0 +350,0 @@

@@ -7,2 +7,8 @@ # @idearium/cli

## v5.1.0-beta.3 - 2022-08-09
### Fixed
- Fixed issue with `set-value` usage.
## v5.1.0-beta.2 - 2022-08-09

@@ -9,0 +15,0 @@

{
"name": "@idearium/cli",
"version": "5.1.0-beta.2",
"version": "5.1.0-beta.3",
"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