Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clodeo/utils

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clodeo/utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@clodeo/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Clodeo utilities library",

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

# Clodeo utilities package
A Clodeo javascript library containing commonly to rarely used utilities functions in the Clodeo web ecosystem.
## Installation
1. Clone repo
2. `npm i` or `npm install
## Helper Script
### - functionAdd
Create a new template .ts file in the `src/` and .test.ts file in the `src/__tests__`
with the given name.
Usage: Use linux/wsl and run `./functionAdd.sh fileName`
### - functionRemove
Remove both .ts and .test.ts files in the `src/` and `src/__tests__` directories
Usage: Use linux/wsl and run `./functionRemove.sh fileName`
### - functionExport
Generate `index.ts` in `src/` exporting all function files in the directory
Usage: Use linux/wsl and run `./functionExport.sh`
For development README see [src/README.md](src/README.md)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc