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

scramb

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scramb

Randomize anything...

latest
Source
npmnpm
Version
3.0.6
Version published
Maintainers
1
Created
Source

SCRAMB

scramb
npm
npm

Instalation

npm i scramb

Example

const scramb = require('scramb')

const makeid = scramb.makeId(8)
console.log(makeid) // e.g Result: { result: 'VYbF8638' }

What's new in v3.0.6?

  • added isInstagramURL, isYoutubeURL, isSoundcloudURL

Function

Find all functions in our website... Maybe in the future there will be many other functions.

Changelog

v3.0.4

  • [+] <scramb>.makeidNumber("length") - From contributor (ThisMe124)
  • [+] <scramb>.magicConchShell()
  • [+] <scramb>.shuffle(["array"])
  • [+] <scramb>.coin()
  • [+] <scramb>.falsy()
  • [/] Fixed the comparison in the docs...

v3.0.0

  • [/] Changed <scramb>.trueOrFalse() to <scramb>.boolean()
  • [+] Docs At https://jastinxyz.github.io/scramb/
  • [+] <scramb>.userAgents()
  • [+] <scramb>.isEmail("STRING")
  • [+] <scramb>.isURL("STRING")
  • [+] <scramb>.rps()

v2.0.5

  • [+] <scramb>.isNumber()
  • [+] <scramb>.isString()
  • [+] <scramb>.minMax()

v2.0.0

  • First stable release

Contributors

Keywords

random

FAQs

Package last updated on 24 Apr 2022

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