Socket
Socket
Sign inDemoInstall

@arc-fusion/components

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arc-fusion/components - npm Package Compare versions

Comparing version 3.0.0-beta.1 to 3.0.0-beta.2

consumer.js

2

package.json
{
"name": "@arc-fusion/components",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "",

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

@@ -35,3 +35,5 @@ 'use strict'

const getTransformedContent = (getContent) => (config) => {
if (!config.source && !config.inherit && !config.global) {
const source = config.sourceName || config.source || config.configService
if (!source && !config.inherit) {
return {

@@ -42,6 +44,9 @@ fetched: Promise.resolve()

const { transform: _1, ...contentConfig } = config
const content = getContent({
inherit: config.inherit,
source,
query: config.query || config.contentConfigValues,
filter: config.filter
})
const content = getContent(contentConfig)
return (config.transform)

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