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

array-to-string-encoding

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

array-to-string-encoding

Compression array and convert it to string

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

array-to-string-encoding

Encoding array to string

Installation

npm install array-to-string-encoding

Usage

var arrayToString = require('array-to-string-encoding');

arrayToString([1, 2, 3, 5, 6, 8, 10, 12], function(err, result){
    console.log(result);
})

Test

npm test

Keywords

compression

FAQs

Package last updated on 14 Apr 2017

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