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

cordova-wp8

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-wp8 - npm Package Compare versions

Comparing version 3.8.0 to 3.8.1

4

package.json
{
"name": "cordova-wp8",
"version": "3.8.0",
"version": "3.8.1",
"description": "cordova-wp8 release",

@@ -44,2 +44,2 @@ "main": "bin/create",

"license": "Apache Version 2.0"
}
}
// Platform: wp8
// b4af1c5ec477dd98cd651932ea6df6d46705d7f9
// b0463746dd842818c1f08560e998ec847460596c
/*

@@ -22,3 +22,3 @@ Licensed to the Apache Software Foundation (ASF) under one

;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '3.8.0';
var PLATFORM_VERSION_BUILD_LABEL = '3.8.1';
// file: src/scripts/require.js

@@ -105,3 +105,5 @@

if ("cordova" in window) { throw new Error("cordova already defined"); };
if(window.cordova){
throw new Error("cordova already defined");
}

@@ -112,2 +114,3 @@

/**

@@ -1574,2 +1577,2 @@ * Intercept calls to addEventListener + removeEventListener and handle deviceready,

})();
})();

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