
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
svelte-daum-postcode2
Advanced tools
svelte로 만든 Daum 우편번호 서비스 입니다.
버그가 있거나 추가 하실 사항이 있으면 편하게 PR요청 부탁드립니다.
svelte-daum-postcode 이전버전에서 단순히 svelte 4 버전에 대한 지원만 없어서 package.json 에서 svelte 4 버전 지원만 변경하였습니다.
npm install -save svelte-daum-postcode
<script>
import DaumPostcode from 'svelte-daum-postcode';
const handleComplete = ({ detail: { data }}) => {
let fullAddress = data.address;
let jibunAddress = data.jibunAddress;
console.log(fullAddress); // 서울 구로구 개봉로20길
console.log(jibunAddress); // 서울 구로구 개봉동
}
</script>
<DaumPostcode on:complete={handleComplete} />
on:complete - 우편번호 검색 후 선택한 주소를 받아올 콜백함수입니다.on:search - 주소를 검색할 경우 실행되는 콜백함수입니다.on:error - 스크립트 불러오기 실패할 경우 실행되는 콜백함수입니다.width - width 값입니다.height - height 값입니다.autoClose - 우편번호 검색이 끝났을 때 컴포넌트를 자동으로 닫습니다. 기본값: falseautoResize - 우편번호를 검색할 때 검색 결과에 따라 컴포넌트의 세로 길이를 자동으로 조절합니다. 기본값: falseanimation - 우편번호를 검색할 때 애니메이션 효과를 줍니다. 기본값: falsedefaultQuery - 우편번호 검색창에 미리 표시할 검색어입니다. 기본값: nulltheme - Daum 우편번호 검색 모듈에 적용할 테마입니다. 기본값: nullstyle - 우편번호 검색창을 감싸는 최상위 컴포넌트에 적용할 스타일입니다. 기본값: null ex) style="border: 1px solid #ffffff"scriptUrl - 컴포넌트에서 사용할 Daum 우편번호 스크립트 주소입니다. 기본값: 'https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js'errorMessage - Daum 우편번호 스크립트가 로드되지 않을 때 나타낼 에러 메시지입니다. 기본값: <p>현재 Daum 우편번호 서비스를 이용할 수 없습니다. 잠시 후 다시 시도해주세요.</p>Daum 우편번호 서비스 가이드를 참고해주세요.
MIT
FAQs
svelte daum-postcode
The npm package svelte-daum-postcode2 receives a total of 11 weekly downloads. As such, svelte-daum-postcode2 popularity was classified as not popular.
We found that svelte-daum-postcode2 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.