🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pantsu

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pantsu - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "pantsu",
"description": "Utilities for JS projects",
"version": "1.0.0",
"version": "1.0.1",
"license": "MPL-2.0",

@@ -6,0 +6,0 @@ "packageManager": "pnpm@7.9.3",

@@ -1,1 +0,32 @@

# Kakuchou
<h1 align="center">
:cherry_blossom: Pantsu :cherry_blossom:
</h1>
[![ci](https://github.com/TeraNovaLP/Pantsu/workflows/CI/badge.svg)](https://github.com/TeraNovaLP/Pantsu/commits/master)
[![npm](https://img.shields.io/npm/v/pantsu.svg)](https://www.npmjs.com/package/pantsu)
[![size](https://badgen.net/bundlephobia/minzip/pantsu)](https://bundlephobia.com/package/pantsu)
Utilities for JS projects. **/^o^/**
## Usage
### Installation
```
npm install pantsu
```
### Importing and usage
```ts
import { StringUtils, ... } from "pantsu";
StringUtils.equalsIgnoreCase("str", "str");
```
## Setup & Build
Install all dependencies:
```
pnpm install
```
Build:
```
pnpm run build