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

econverse-utils

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

econverse-utils

a collection of utility for ecommerce development in vtex and shopify

latest
Source
npmnpm
Version
1.4.1
Version published
Weekly downloads
110
44.74%
Maintainers
1
Weekly downloads
 
Created
Source

econverse-utils

npm GitHub

Usage

In order to use, you will need to install econverse-utils as a package:

yarn add econverse-utils
# npm install econverse-utils

For generic utilities, like formatMoney, you should import directly from the library:

import { formatMoney } from 'econverse-utils'

For VTEX-specific utilities, like getProductById, you should import from econverse-utils/vtex:

import { getProductById } from 'econverse-utils/vtex'

Documentation

  • General utils;
  • VTEX utils;

License

This project is under the MIT license. See the LICENSE file for details

Keywords

utils

FAQs

Package last updated on 06 Apr 2023

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