Socket
Socket
Sign inDemoInstall

monaca-lib

Package Overview
Dependencies
Maintainers
5
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaca-lib - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

package.json
{
"name": "monaca-lib",
"version": "4.0.2",
"version": "4.0.3",
"description": "Monaca cloud and localkit API bindings for JavaScript",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

@@ -912,2 +912,7 @@ (function() {

}
try {
project.isTranspilable = this.monaca.hasTranspileScript(project_path);
} catch (e) {
console.error(e.message);
}

@@ -914,0 +919,0 @@ deferred.resolve(project);

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