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

libcore

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libcore

Kicks-start helpers for cross-browser libraries and different versions of nodejs

latest
Source
npmnpm
Version
0.3.9
Version published
Maintainers
1
Created
Source

libcore

Kicks-start helpers for cross-browser libraries and different versions of nodejs

Installation

Libcore can be installed from NPM by running the lines below in your working directory containing package.json file for use in NodeJS, browserify or webpack.

npm install libcore

Usage

var libcore = require("libcore");

libcore.encode64('Good Game!'); // R29vZCBHYW1lIQ==

// using es6 import
import { encode64 } from "libcore";

encode64('Good Game!'); // R29vZCBHYW1lIQ==

Module API

Please refer to API Documentation for more information and usage of this library.

License

This Project is fully Open Source MIT licensed.

Keywords

Cross-browser

FAQs

Package last updated on 27 Apr 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