
Security News
6 AppSec CTOs Debate Open Source Supply Chain Security at Black Hat
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.
@lubycon/react
Advanced tools
Lubycon React는 루비콘 팀 안에서 범용으로 사용할 수 있는 React 기반의 유용한 유틸리티를 모아놓은 패키지입니다.
$ yarn add @lubycon/react
Logger 유틸은 Firebase/Google Analytics 통합 버전과 Amplitude를 선택하여 사용할 수 있습니다.
import { logger } from '@lubycon/utils';
logger.init({
services: {
firebase: {
apiKey: '',
authDomain: '',
projectId: '',
storageBucket: '',
messagingSenderId: '',
appId: '',
measurementId: '',
},
amplitude: 'AMPLITUDE_APP_KEY',
},
});
초기화 시 firebase 설정 값이나 amplitude 앱 키를 입력하면 해당하는 서비스의 SDK를 초기화합니다.
이후 logger가 제공하는 메소드를 사용하여 이벤트 로깅을 하시면 됩니다.
const myLogger = logger.getPageLogger('화면 이름');
logger.view(); // 뷰 이벤트
logger.click('click_button'); // 클릭 이벤트
logger.impression('impression_profile'); // 노출 이벤트
logger.event('custom_event_name', 'event_type'); // 커스텀 이벤트 타입
FAQs
루비콘 팀의 리액트 라이브러리.
The npm package @lubycon/react receives a total of 10 weekly downloads. As such, @lubycon/react popularity was classified as not popular.
We found that @lubycon/react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.