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

@mx-cartographer/common

Package Overview
Dependencies
Maintainers
8
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mx-cartographer/common - npm Package Compare versions

Comparing version

to
0.3.8

dist/components/budgeting/onboarding/MonthlyCalendar.d.ts

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [0.3.8] - 08-18-2022
- **ADDED** - `has_completed_budgets2_onboarding` flag to UserProfile
## [0.3.7] - 08-11-2022

@@ -2,0 +6,0 @@

@@ -5,2 +5,3 @@ export interface UserProfile {

has_completed_guide_me_wizard: boolean;
has_completed_budgets2_onboarding: boolean;
has_completed_spending_plan_onboarding: boolean;

@@ -7,0 +8,0 @@ has_completed_widgets_wizard: boolean;

2

package.json
{
"name": "@mx-cartographer/common",
"version": "0.3.7",
"version": "0.3.8",
"description": "Common components used within Cartographer",

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