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

@form8ion/core

Package Overview
Dependencies
Maintainers
2
Versions
46
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

  • 1.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
54
decreased by-99.61%
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 10 Dec 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

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