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

cordova-plugin-meteor-webapp

Package Overview
Dependencies
Maintainers
8
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-meteor-webapp - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

3

package.json
{
"name": "cordova-plugin-meteor-webapp",
"version": "2.0.2",
"version": "2.0.3",
"description": "Cordova plugin that serves a Meteor web app through a local server and implements hot code push",

@@ -25,2 +25,3 @@ "cordova": {

"license": "MIT",
"type": "commonjs",
"scripts": {

@@ -27,0 +28,0 @@ "pretest": "ios-sim start --devicetypeid=iPhone-11-Pro-Max",

@@ -12,10 +12,2 @@ cordova.define('cordova/plugin_list', function(require, exports, module) {

{
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
"id": "cordova-plugin-splashscreen.SplashScreen",
"pluginId": "cordova-plugin-splashscreen",
"clobbers": [
"navigator.splashscreen"
]
},
{
"file": "plugins/cordova-plugin-wkwebview-engine/src/www/ios/ios-wkwebview-exec.js",

@@ -37,6 +29,6 @@ "id": "cordova-plugin-wkwebview-engine.ios-wkwebview-exec",

];
module.exports.metadata =
module.exports.metadata =
// TOP OF METADATA
{}
// BOTTOM OF METADATA
});
});

Sorry, the diff of this file is not supported yet

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