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.10 to 0.0.11

3

dist/cfcs.cjs.js

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

repository: https://github.com/naver/egjs-conveyer
version: 0.0.10
version: 0.0.11
*/

@@ -80,3 +80,2 @@ 'use strict';

core.keys(methods).forEach(function (name) {
console.log(name);
result[name] = methods[name];

@@ -83,0 +82,0 @@ });

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

repository: https://github.com/naver/egjs-conveyer
version: 0.0.10
version: 0.0.11
*/

@@ -78,3 +78,2 @@ import { adaptReactive, keys, camelize } from '@cfcs/core';

keys(methods).forEach(function (name) {
console.log(name);
result[name] = methods[name];

@@ -81,0 +80,0 @@ });

{
"name": "@cfcs/react",
"version": "0.0.10",
"version": "0.0.11",
"description": "Cross Framework Components",

@@ -5,0 +5,0 @@ "main": "dist/cfcs.cjs.js",

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

keys(methods).forEach(name => {
console.log(name);
result[name] = methods[name];

@@ -85,0 +84,0 @@ });

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