Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0 to 3.0.0-beta.1

5

package.json
{
"name": "@arc-fusion/components",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "",
"main": "src/components/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "npm publish",
"postversion": "git push && git push --tags"
},

@@ -9,0 +10,0 @@ "author": "",

2

src/components/consumer.js

@@ -7,3 +7,3 @@ 'use strict'

const { useComponentContext, useFusionContext } = require('./context')
const { useEditableContent } = require('./_shared/local-edits')
const { useEditableContent } = require('./utils/local-edits')

@@ -10,0 +10,0 @@ const { getComponentName, isClassComponent, isFunction } = require('../utils')

@@ -7,3 +7,3 @@ 'use strict'

const ContextHOC = ({ children, render, ...props }) => {
const context = useHook()
const context = useHook(props)

@@ -10,0 +10,0 @@ const childArray = [].concat(render || children || [])

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