
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
naver-talktalk-ui-ts
Advanced tools
NAVER talktalk Chatbot's component wrappers - for typescript
NAVER talktalk UI TS ("Nats")는 Typescript를 통해 손쉽게 NAVER 톡톡(talktalk) 챗봇 응답을 만들 수 있도록 도와주는 라이브러리이다.
npm i naver-talktalk-ui-ts
npm test
import { CoreComponent, renderChatElement } from 'naver-talktalk-ui-ts';
const mySkillResponse = CoreComponent.SkillResponse({
skillTemplate: CoreComponent.SkillTemplate({
outputs: [
CoreComponent.Output({
content: CoreComponent.SimpleText({
text: '안녕하세요!',
}),
}),
CoreComponent.Output({
content: CoreComponent.BasicCard({
title: '카드 타이틀',
description: '카드 디스크립션',
thumbnail: CoreComponent.Thumbnail({
imageUrl: 'www.naver.com/logo.png',
fixedRatio: true,
width: 300,
height: 300,
}),
buttons: [
CoreComponent.Button({
label: '카드 버튼 1',
action: 'webLink',
webLinkUrl: 'www.google.com',
messageText: '버튼 1이 눌렸습니다.',
blockId: '999323',
phoneNumber: '01055798101',
extra: {
intent_code: 'button_pressed',
},
}),
CoreComponent.Button({
label: '카드 버튼 2',
action: 'webLink',
webLinkUrl: 'www.google.com',
messageText: '버튼 2가 눌렸습니다.',
blockId: '11111172',
phoneNumber: '01055798101',
extra: {
intent_code: 'button_pressed',
},
}),
],
}),
}),
],
quickReplies: [],
}),
});
console.log(renderChatElement(mySkillResponse));
FAQs
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.