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

@mx-cartographer/accountfilter

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mx-cartographer/accountfilter - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

CHANGELOG.md

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

## [0.0.4] 12-13-2021
- **CHANGED** - Account filter will now persists selected options after applying them
## [0.0.3] 12-10-2021

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

@@ -34,2 +34,6 @@ import React, { useState } from 'react'

React.useEffect(() => {
setSelectedOptions(setupMappedSelectedOptions(accounts, selectedAccounts))
}, [accounts, selectedAccounts])
return (

@@ -36,0 +40,0 @@ <div className={styles}>

2

lib/AccountFilterOptions.js

@@ -162,3 +162,3 @@ import React, { useMemo } from 'react'

top: 0,
zIndex: 1000,
zIndex: tokens.ZIndex.Overlay,
'& .account-options-popout': {

@@ -165,0 +165,0 @@ background: tokens.BackgroundColor.Modal,

{
"name": "@mx-cartographer/accountfilter",
"version": "0.0.3",
"version": "0.0.4",
"description": "Package of accountfilter components",

@@ -5,0 +5,0 @@ "author": "MX",

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