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

shake-file

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shake-file

Pure Javascript package for using the File System API

latest
Source
npmnpm
Version
1.5.1
Version published
Maintainers
1
Created
Source

ShakeFile

A Javascript package for working with files and filesystems using the File and FileSystem APIs. Edit files from as high level as text to as low level as the binary. Includes Web Components for ease of use in your existing applications.

Build Stats

npm version

GH Pack workflow

NPM workflow

Release workflow

GitHub Release Date - Published_At

GitHub last commit (branch)

GitHub commit activity (branch)

GitHub contributors

GitHub top language

Follow Me On Social

X (formerly Twitter) Follow

YouTube Channel Views

GitHub followers

Discord

Sponsor A Hacker

GitHub Sponsors

Classes

ShakeFile

Functions

addToDom Add file elements to DOM.()void

ShakeFile

Kind: global class

new ShakeFile(config)

Create a ShakeFile.

ParamTypeDescription
configobjectThe config object.
config.fileFile | Blob | nullThe File/Blob to be acted on
config.showDomBooleanBoolean flag to determin if DOM elements should be created

shakeFile.saveFile() ⇒

Kind: instance method of ShakeFile
Returns: Boolean

addToDom

Add file elements to DOM.() ⇒ void Kind: global function
Returns: void - - no return type

Keywords

file

FAQs

Package last updated on 15 Oct 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