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.8 to 0.0.10

native-bridge.js

10

dist/esm/web/motion.js

@@ -0,1 +1,11 @@

var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
import { WebPlugin } from './index';

@@ -2,0 +12,0 @@ var MotionPluginWeb = /** @class */ (function (_super) {

5

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

@@ -9,3 +9,4 @@ "homepage": "http://getcapacitor.com/",

"files": [
"dist/"
"dist/",
"native-bridge.js"
],

@@ -12,0 +13,0 @@ "scripts": {

dist/esm/web/motion.js.map

Sorry, the diff of this file is not supported yet

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