🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

finka

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

finka

Handy tool in nowadays JavaScript jungle

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Finka.js

Finka.js

Build Status Coverage Status Language grade: JavaScript Current Release License: MIT

Handy tool in nowadays JavaScript jungle.

It's extending default JS classes like Array or String with new handy methods, that probably sooner or later you are going to search for on Stack Overflow ;)

What means Finka?

Finka is Polish word and means a knife usually used by scouts. It's also abbreviation to nóż fiński so Finnish knife. According to Wikipedia it's originally really Finnish knife called Puukko.

Bitbar is Finnish company responsible for Bitbar Cloud, which hosts hundreds of Android and iOS devices, enabling users to create and test high quality mobile apps and games. Main R&D team is in Wrocław, Poland.

Getting Started

Prerequisites

This package is using UMD pattern, so it means that you can use it:

  • in Node.js project
  • browser running project
    • without AMD
    • with AMD

Usage

Option A: With npm

Install:

npm install finka

And then in you main JS file:

require('finka');

That's all!

Option B: Download

Download version that fits your better:

Compressed version - 15KB

Uncompressed version - 39KB

And simply add HTML tag:

<script type="text/javascript" src="finka.min.js"></script>

Done!

Documentation

https://bitbar.github.io/finka-js/

Contribution

Checking code quality

npm run lint

Running tests

npm run test

Building

npm run build

Updating documentation

npm run docs

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

library

FAQs

Package last updated on 23 Oct 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