New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

2ch-trip

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2ch-trip

2ch compatible trip generator

latest
Source
npmnpm
Version
4.0.0
Version published
Weekly downloads
68
-12.82%
Maintainers
1
Weekly downloads
 
Created
Source

2ch-trip

2ch compatible trip generator

Install

npm install 2ch-trip

or

yarn add 2ch-trip

Usage

import { createTrip } from '2ch-trip'

// 10 digits trip
createTrip('#Jim') // -> ' ◆ziib4d/boU'
createTrip('#ひろゆき') // -> ' ◆F7aSjnRHGU'

// 12 digits trip
createTrip('#N.T.Technology') // -> ' ◆FG0WWassNUrw'
createTrip('#パケットモンスター') // -> ' ◆EZSPRAHOnqfS'

// Raw key trip
createTrip('##57414b5554454b41') // -> ' ◆sWERuZlbhs'
createTrip('#$4d45534849554d41') // -> ' ◆???'

Author

@p-chan

LICENSE

MIT

Keywords

2ch

FAQs

Package last updated on 07 Apr 2023

Did you know?

Socket

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.

Install

Related posts