New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

electron-clear-data

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-clear-data

Clears user data for your electron application


Version published
Weekly downloads
469
decreased by-47.07%
Maintainers
1
Weekly downloads
 
Created

electron-clear-data

License: MIT

Clears user data for your electron application.

Installation

To install, run:

yarn add electron-clear-data

Or:

npm install electron-clear-data

Usage

import { clearUserData } from 'electron-clear-data';

...

clearUserData();

Contributing

  1. Fork this repo
  2. Create your feature branch: git checkout -b feat/my-feature
  3. Code your feature
  4. Add your changes: git add .
  5. Commit your changes: git commit -am 'feat: my feature'
  6. Push the branch git push origin feat/my-feature
  7. Submit a pull request

License

See the LICENSE file for license rights and limitations (MIT).

FAQs

Package last updated on 06 Apr 2021

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