Socket
Socket
Sign inDemoInstall

@avocadojs/core

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @avocadojs/core

Avocado: The universal App container


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
107 kB
Created
Weekly downloads
 

Readme

Source

AvocadoJS Core

The AvocadoJS Core package contains ES modules which can be imported by webapps. By default the core package already includes many ready to use plugins.

npm install @avocado/core
import { Modals } from '@avocadojs/core';

const modals = new Modals();
modals.alert('Hello World!');

Core Plugins

  • Browser
  • Camera
  • Clipboard
  • Filesystem
  • Geolocation
  • Haptics
  • LocalNotifications
  • Modals
  • Motion
  • Network
  • SplashScreen
  • StatusBar

FAQs

Last updated on 06 Dec 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc