Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
sseu-neun-mal
Advanced tools
Korean term extraction module for nodejs 한국어 용언(쓰는 말) 추출기
npm install sseu-neun-mal
Database used in this library are from:
var snm = require('sseu-neun-mal');
console.log(snm.extract('대전광역시'));
/**
* [ '대전광역시' ]
*/
console.log(snm.extract('ㅋㅋ청와대ㅋㅋ 한글날'));
/**
* [ '청와대', '한글날' ]
*/
console.log(snm.extract('abc frg hjl'));
/**
* [ 'abc', 'frg', 'hjl' ]
*/
console.log(snm.extract('힝ㅎㅎ 가끔 밥은 먹고 다니냐ㅎㅎㅎ 건강 각별히 주의하고, 모두 자주 연락해라^^'));
/**
* [ '밥', '건강' ]
*/
console.log(snm.extract('어제 가족과 함께 용산에 놀러갔었는데, 글쎄 그곳에서 친구를 만났다.'));
/**
* [ '가족', '용산', '친구' ]
*/
console.log(snm.extract('우도에서'));
/**
* [ '우도' ]
*/
Copyright (C) newms@newms.org License LGPLv3+: GNU Lesser GPL version 3 or later http://gnu.org/licenses/lgpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
FAQs
Korean term extraction module for nodejs 한국어 용언(쓰는 말) 추출기
We found that sseu-neun-mal 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
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.