
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
react-kakao-link
Advanced tools
리액트 웹에서 사용할 수 있는 카카오 링크입니다.
import React from 'react';
import { KakaoLinkDefault, KakaoLinkScrap } from "react-kakao-link"
function App() {
const template = {
objectType: "feed",
content: {
title: "딸기 치즈 케익",
description: "#케익 #딸기 #삼평동 #카페 #분위기 #소개팅",
imageUrl:
"http://k.kakaocdn.net/dn/Q2iNx/btqgeRgV54P/VLdBs9cvyn8BJXB3o7N8UK/kakaolink40_original.png",
link: {
mobileWebUrl: "https://developers.kakao.com",
webUrl: "https://developers.kakao.com",
},
},
social: {
likeCount: 286,
commentCount: 45,
sharedCount: 845,
},
buttons: [
{
title: "웹으로 보기",
link: {
mobileWebUrl: "https://developers.kakao.com",
webUrl: "https://developers.kakao.com",
},
},
{
title: "앱으로 보기",
link: {
mobileWebUrl: "https://developers.kakao.com",
webUrl: "https://developers.kakao.com",
},
},
],
}
return (
<div>
<KakaoLinkDefault
className="template"
template={template}
jsKey={"1ee5cc9e2e4525c244069216d2522870"}
>
<button>카카오링크 디폴트 템플릿</button>
</KakaoLinkDefault>
<KakaoLinkScrap
className="scrap"
requestUrl={"https://developers.kakao.com"}
jsKey={"1ee5cc9e2e4525c244069216d2522870"}
>
<button>카카오링크 스크랩</button>
</KakaoLinkScrap>
</div>
)
}
export default App;
webUrl: "https://developers.kakao.com"
)공통
string
ReactNode
string
KakaoLinkScrap
string
KakaoLinkDefault
Object
FAQs
React용 카카오 링크
The npm package react-kakao-link receives a total of 86 weekly downloads. As such, react-kakao-link popularity was classified as not popular.
We found that react-kakao-link 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.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.