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

bnv-utils

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

bnv-utils

bnv-utils

latest
Source
npmnpm
Version
1.7.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

bnv-utils

bnv-utils

NPM JavaScript Style Guide

Install

npm install --save bnv-utils

Demo

Demo and playground are available here

Usage test

CodeSandbox

Versions

CHANGELOG

Usage Example

import React from 'react';
import { makeArray } from 'bnv-utils';

const Demo = () => {
  const data = makeArray(10);
  return (
    <div>
      {JSON.stringify(data, undefined, 4)}
    </div>
  );
};

Develop

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:6006 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

License

MIT © bonnv79

Keywords

react

FAQs

Package last updated on 25 Aug 2022

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