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

pluginstall

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pluginstall - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

platforms/www.js

2

package.json

@@ -5,3 +5,3 @@ {

"description": "install Cordova plugins",
"version": "0.4.0",
"version": "0.5.0",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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

["android", "ios"]
["android", "ios", "www"]

@@ -8,3 +8,4 @@ // copyright (c) 2012 Andrew Lunny, Adobe Systems

'android': require('./platforms/android'),
'ios': require('./platforms/ios')
'ios': require('./platforms/ios'),
'www': require('./platforms/www')
}

@@ -11,0 +12,0 @@

@@ -26,2 +26,3 @@ # Pluginstall

* iOS
* www (copies plugin's www assets only, to PROJECT-PATH)

@@ -28,0 +29,0 @@ ## plugin.xml Format

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