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

@capacitor/core

Package Overview
Dependencies
Maintainers
5
Versions
876
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@capacitor/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Cordova: cross-platform mobile apps with the web",

@@ -5,0 +5,0 @@ "homepage": "http://getcapacitor.com/",

@@ -1,41 +0,3 @@

# Capacitor Core
# Capacitor Core JS
The Capacitor 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 @capacitor/core
```
```
import { Modals } from '@capacitor/core';
const modals = new Modals();
modals.alert('Hello World!');
```
## Core Plugins
* Browser
* Camera
* Clipboard
* Filesystem
* Geolocation
* Haptics
* LocalNotifications
* Modals
* Motion
* Network
* SplashScreen
* StatusBar
## Related Projects
* [Capacitor Core](https://www.npmjs.com/package/@capacitor /core) - Core Javascript Runtime
* [Ionic](https://www.npmjs.com/package/@ionic/core) - UI Library
* [StencilJS](https://www.npmjs.com/package/@stencil/core) - Web Component Generator
### License
* [MIT](https://github.com/ionic-team/capacitor/blob/master/LICENSE)
See [Capacitor Docs](https://ionic-team.github.com/capacitor) for more information.
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