Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit84cd67b

Browse files
committed
Add some badges and version bump
1 parent772d592 commit84cd67b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#array-string-map
2+
![node-current](https://img.shields.io/node/v/array-string-map)
3+
[![npm](https://img.shields.io/npm/v/array-string-map)](https://www.npmjs.com/package/array-string-map)
4+
[![npm](https://img.shields.io/npm/dt/array-string-map)](https://www.npmjs.com/package/array-string-map)
5+
[![GitHub issues](https://img.shields.io/github/issues/PythonCoderAS/array-string-map)](https://github.com/PythonCoderAS/array-string-map/issues)
6+
[![Tests](https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml/badge.svg)](https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml)
7+
28
A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.
39

410
##Motivation

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"array-string-map",
3-
"version":"1.0.1",
3+
"version":"2.0.0",
44
"description":"A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.",
55
"type":"module",
66
"main":"arrayStringMap.js",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp