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

craydent.appendfile

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

craydent.appendfile

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

Craydent 1.0.2

by Clark Inada

Craydent is all inclusive utility library. There are several ways to use the library in NodeJS. More detailed documentation on constants can be found at Craydent Properties. More detailed documentation on methods can be found at Craydent Methods

// require - this require is the fully modular version with no global constants, prototypes, or methods.
const appendFile = require('craydent.appendFile').default;
// import - this require is the fully modular version with no global constants, prototypes, or methods.
import appendFile from 'craydent.appendFile';

appendFile

Info: (Depricated) A promisified version of appendFile. The arguments are the same as the native fs methods minus the callback.

Return: (NodeJS.ErrnoException | void)

Parameters:

None

Overloads:

None

Download

FAQs

Package last updated on 19 Sep 2024

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