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

js-array-tools

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-array-tools - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "js-array-tools",
"version": "1.0.1",
"version": "1.0.2",
"description": "Some easy function for strings and array",

@@ -5,0 +5,0 @@ "main": "index.js",

+29
-37

@@ -1,2 +0,2 @@

<div align="center" id="top">
<div align="center" id="top">
<img src="./.github/app.gif" alt="Js Array Tools" />

@@ -12,15 +12,15 @@

<p align="center">
<img alt="Github top language" src="https://img.shields.io/github/languages/top/{{D3R50N}}/js-array-tools?color=56BEB8">
<img alt="Github top language" src="https://img.shields.io/github/languages/top/D3R50N/js-array-tools?color=56BEB8">
<img alt="Github language count" src="https://img.shields.io/github/languages/count/{{D3R50N}}/js-array-tools?color=56BEB8">
<img alt="Github language count" src="https://img.shields.io/github/languages/count/D3R50N/js-array-tools?color=56BEB8">
<img alt="Repository size" src="https://img.shields.io/github/repo-size/{{D3R50N}}/js-array-tools?color=56BEB8">
<img alt="Repository size" src="https://img.shields.io/github/repo-size/D3R50N/js-array-tools?color=56BEB8">
<img alt="License" src="https://img.shields.io/github/license/{{D3R50N}}/js-array-tools?color=56BEB8">
<img alt="License" src="https://img.shields.io/github/license/D3R50N/js-array-tools?color=56BEB8">
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/{{D3R50N}}/js-array-tools?color=56BEB8" /> -->
<!-- <img alt="Github issues" src="https://img.shields.io/github/issues/D3R50N/js-array-tools?color=56BEB8" /> -->
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/{{D3R50N}}/js-array-tools?color=56BEB8" /> -->
<!-- <img alt="Github forks" src="https://img.shields.io/github/forks/D3R50N/js-array-tools?color=56BEB8" /> -->
<!-- <img alt="Github stars" src="https://img.shields.io/github/stars/{{D3R50N}}/js-array-tools?color=56BEB8" /> -->
<!-- <img alt="Github stars" src="https://img.shields.io/github/stars/D3R50N/js-array-tools?color=56BEB8" /> -->
</p>

@@ -37,3 +37,3 @@

<p align="center">
<a href="#dart-about">About</a> &#xa0; | &#xa0;
<a href="#dart-about">About</a> &#xa0; | &#xa0;
<a href="#sparkles-features">Features</a> &#xa0; | &#xa0;

@@ -44,3 +44,3 @@ <a href="#rocket-technologies">Technologies</a> &#xa0; | &#xa0;

<a href="#memo-license">License</a> &#xa0; | &#xa0;
<a href="https://github.com/{{D3R50N}}" target="_blank">Author</a>
<a href="https://github.com/D3R50N" target="_blank">Author</a>
</p>

@@ -50,53 +50,45 @@

## :dart: About ##
## About ##
Describe your project
An useful tool for strings and arrays in Javascript
## :sparkles: Features ##
## Features ##
:heavy_check_mark: Feature 1;\
:heavy_check_mark: Feature 2;\
:heavy_check_mark: Feature 3;
- Feature 1;\
- Feature 2;\
- Feature 3;
## :rocket: Technologies ##
## Technologies ##
The following tools were used in this project:
- [Expo](https://expo.io/)
- [Node.js](https://nodejs.org/en/)
- [React](https://pt-br.reactjs.org/)
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/)
## :white_check_mark: Requirements ##
## Requirements ##
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.
Before using , you need to have [Node](https://nodejs.org/en/) installed.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/{{D3R50N}}/js-array-tools
# Access
$ cd js-array-tools
## Getting started ##
# Install dependencies
$ yarn
`
npm install --save js-array-tools
`
## Usage ##
This is a basic usage.
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
```js
const jat = require('js-array-tools');
```
## :memo: License ##
## License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by <a href="https://github.com/D3R50N" target="_blank">D3R50N</a>
Made with :heart: by <a href="https://github.com/{{D3R50N}}" target="_blank">{{YOUR_NAME}}</a>
&#xa0;
<a href="#top">Back to top</a>