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

@cfcs/react

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfcs/react - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/cfcs.cjs.js

@@ -7,3 +7,3 @@ /*

repository: https://github.com/naver/cfcs
version: 0.0.13
version: 0.0.14
*/

@@ -10,0 +10,0 @@ 'use strict';

@@ -7,3 +7,3 @@ /*

repository: https://github.com/naver/cfcs
version: 0.0.13
version: 0.0.14
*/

@@ -10,0 +10,0 @@ import { adaptReactive, keys, camelize } from '@cfcs/core';

{
"name": "@cfcs/react",
"version": "0.0.13",
"version": "0.0.14",
"description": "Cross Framework Components",

@@ -35,3 +35,3 @@ "main": "dist/cfcs.cjs.js",

"dependencies": {
"@cfcs/core": "~0.0.13"
"@cfcs/core": "~0.0.14"
},

@@ -38,0 +38,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ import { ReactiveSubscribe, ReactiveAdapter, keys, camelize, adaptReactive } from "@cfcs/core";

Events extends Record<string, any> = {},
>(reactiveProps: ReactiveAdapter<Instance, State, Methods, Data, Events>): ReactReactiveResult<Instance, State, Methods, Events> {
>(reactiveProps: ReactiveAdapter<Instance, State, Methods, Data, Events>): ReactReactiveResult<Instance, State, Methods, Events> {
const adaptResult = useMemo(() => adaptReactive(reactiveProps), []);

@@ -15,0 +15,0 @@ const reactiveState = adaptResult.state();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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