🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@form8ion/core

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/core

core logic for form8ion tools

Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
5.6K
20.74%
Maintainers
2
Weekly downloads
 
Created
Source

core

core logic for form8ion tools

Codecov Node CI Workflow Status

Table of Contents

Usage

MIT license npm Try @form8ion/core on RunKit

Installation

$ npm install @form8ion/core --save-prod

Example

import {fileExists} from '@form8ion/core';

(async () => {
  await fileExists('path/to/some/expected/file');
})();

API

fileExists

wrapper around fs.promises.stat() to determine whether a file exists at a given path.

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Package last updated on 22 Nov 2020

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