
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@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 6 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.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.