@cfcs/react
Advanced tools
Comparing version 0.0.26 to 0.1.0
/* | ||
Copyright (c) NAVER Corp. | ||
Copyright (c) 2022-present NAVER Corp. | ||
name: @cfcs/react | ||
license: MIT | ||
author: NAVER Corp. | ||
repository: https://github.com/naver/cfcs | ||
version: 0.0.26 | ||
repository: https://github.com/naver/cfcs/tree/main/packages/react | ||
version: 0.1.0 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
/* | ||
Copyright (c) NAVER Corp. | ||
Copyright (c) 2022-present NAVER Corp. | ||
name: @cfcs/react | ||
license: MIT | ||
author: NAVER Corp. | ||
repository: https://github.com/naver/cfcs | ||
version: 0.0.26 | ||
repository: https://github.com/naver/cfcs/tree/main/packages/react | ||
version: 0.1.0 | ||
*/ | ||
@@ -9,0 +9,0 @@ import { adaptReactive, keys, camelize } from '@cfcs/core'; |
{ | ||
"name": "@cfcs/react", | ||
"version": "0.0.26", | ||
"description": "CFCs(Cross Framework Components) are modules that convert components into framework usage for React", | ||
"version": "0.1.0", | ||
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.", | ||
"main": "dist/cfcs.cjs.js", | ||
@@ -14,6 +14,7 @@ "module": "dist/cfcs.esm.js", | ||
}, | ||
"homepage": "https://naver.github.io/cfcs", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/naver/cfcs" | ||
"url": "https://github.com/naver/cfcs/tree/main/packages/react" | ||
}, | ||
@@ -38,3 +39,3 @@ "author": { | ||
"dependencies": { | ||
"@cfcs/core": "~0.0.26" | ||
"@cfcs/core": "~0.1.0" | ||
}, | ||
@@ -41,0 +42,0 @@ "devDependencies": { |
@@ -5,6 +5,8 @@ | ||
<h2 align="center" style="max-width: 100%;"> | ||
<img src="../../logo.png" /><br/> | ||
<img src="https://raw.githubusercontent.com/naver/cfcs/main/images/logo.png" /><br/> | ||
<a href="#">Cross Framework Components for React</a> | ||
</h2> | ||
<p align="center">Write once, create framework components that supports React, Vue, Svelte, and more.</p> | ||
<p align="middle"> | ||
@@ -15,4 +17,6 @@ <a href="https://www.npmjs.com/package/@cfcs/react" target="_blank"><img src="https://img.shields.io/npm/v/@cfcs/react.svg?style=flat-square&color=00d8ff&label=version&logo=NPM"></a> | ||
</p> | ||
<p align="center">CFCs(Cross Framework Components) are modules that convert components into framework usage for React.</p> | ||
<h3 align="center"> | ||
<a href="https://naver.github.io/cfcs/">Demo</a> / <a href="https://naver.github.io/cfcs/docs/api/Core/Reactive/Function/reactive">API</a> / <a href="https://naver.github.io/cfcs/docs">Tutorials</a> | ||
</h3> | ||
@@ -19,0 +23,0 @@ ## ⚙️ Installation |
@@ -1,1 +0,6 @@ | ||
export * from "./reactive"; | ||
/** | ||
* cfcs | ||
* Copyright (c) 2022-present NAVER Corp. | ||
* MIT license | ||
*/ | ||
export * from "./reactive"; |
@@ -0,2 +1,7 @@ | ||
/** | ||
* cfcs | ||
* Copyright (c) 2022-present NAVER Corp. | ||
* MIT license | ||
*/ | ||
export * from "./types"; | ||
export * from "./useReactive"; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* cfcs | ||
* Copyright (c) 2022-present NAVER Corp. | ||
* MIT license | ||
*/ | ||
import { ReactiveAdapterParam, ReactiveEventParameters, ReactiveState, ReactiveSubscribe } from "@cfcs/core"; | ||
@@ -2,0 +7,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
34877
18
468
1
134
+ Added@cfcs/core@0.1.0(transitive)
- Removed@cfcs/core@0.0.26(transitive)
Updated@cfcs/core@~0.1.0