New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

semicolon.js

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semicolon.js

Web development, redefined.

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source


semicolon.js
semicolon.js

Web development, redefined.

NPM Gitter

UsageFunctionsDownloadCreditsLicense

Usage

Require the module
var semicolon = require('semicolon');
In the browser
<script type="text/javascript" src="./semicolon.js"></script>

Functions

Basic semicolon
semicolon(); // ;
The Law of Fives
semicolon.law(); // The Law of Semicolons states simply that: semicolons makes you chilled all the time.
Multilingual
semicolon.english(); // semicolon
semicolon.korean(); // 세미콜론
semicolon.german(); // semikolon
Length
semicolon.len(); // 1
Twins
semicolon.twins(); // ; (greek question mark)
Assertion
semicolon.isSemicolon(','); // false
Cryptography
semicolon.mdSemicolon(); // 9eecb7db59d16c80417c72d1e1f4fbf1
semicolon.bcryptSemicolon(); // $2y$10$tvI086gYYhR6SfNO1sLAueVMFgjf.sXEcLJaDOpRjxJ2Z3FIpsqIu
Different radices
semicolon.binary(); // 111011
semicolon.octal(); // 73
semicolon.hex(); // 3b
semicolon.base(4); // 323
semicolon.base(3); // 2012
Asynchronous Usage
semicolon.async(function(err, semicolon) {
  // semicolon === ';'
});
Filter, Map and Reduce
semicolon.filter([';', true, ';']); // [';', ';']
semicolon.map([1, 2, 3]); // [';', ';', ';']
semicolon.reduce([1, 2, 3]); // ;

Download

You can download the package here: Download ZIP

Credits

  • Cozy Planes (idea, planning, ...)
  • Skayo (setup, perfection, ...)

License

Apache License 2.0

Keywords

FAQs

Package last updated on 31 May 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc