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

@evidence-dev/component-utilities

Package Overview
Dependencies
Maintainers
5
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidence-dev/component-utilities - npm Package Compare versions

Comparing version 2.0.0-usql.0 to 2.0.0-usql.1

6

CHANGELOG.md
# @evidence-dev/component-utilities
## 2.0.0-usql.1
### Patch Changes
- 4053c976: Fix custom formatting sometimes breaking when undefined
## 2.0.0-usql.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@evidence-dev/component-utilities",
"version": "2.0.0-usql.0",
"version": "2.0.0-usql.1",
"description": "",

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

@@ -13,3 +13,3 @@ import ssf from 'ssf';

export const getCustomFormats = () => {
return getContext(CUSTOM_FORMATTING_SETTINGS_CONTEXT_KEY).getCustomFormats() || [];
return getContext(CUSTOM_FORMATTING_SETTINGS_CONTEXT_KEY)?.getCustomFormats() || [];
};

@@ -16,0 +16,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