New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova

Package Overview
Dependencies
Maintainers
4
Versions
2601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova - npm Package Compare versions

Comparing version 2.9.4 to 2.9.5

1

cordova.js

@@ -46,2 +46,3 @@ /**

run: run,
ripple: require('./src/ripple'),
emulate: require('./src/emulate'),

@@ -48,0 +49,0 @@ plugin: require('./src/plugin'),

3

package.json
{
"name": "cordova",
"version": "2.9.4",
"version": "2.9.5",
"preferGlobal": "true",

@@ -40,2 +40,3 @@ "description": "Cordova command line interface tool",

"request":"2.22.0",
"ripple-emulator":"0.9.18",
"semver":"1.1.0",

@@ -42,0 +43,0 @@ "glob":"3.2.x",

@@ -147,2 +147,5 @@ /**

},
config_xml:function() {
return path.join(this.wp7_proj_dir, 'config.xml');
},
// copies the app www folder into the wp7 project's www folder and updates the csproj file.

@@ -149,0 +152,0 @@ update_www:function() {

@@ -148,2 +148,5 @@ /**

},
config_xml:function() {
return path.join(this.wp8_proj_dir, 'config.xml');
},
// copies the app www folder into the wp8 project's www folder and updates the csproj file.

@@ -150,0 +153,0 @@ update_www:function() {

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