Socket
Socket
Sign inDemoInstall

monaca-lib

Package Overview
Dependencies
Maintainers
7
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 2.7.4 to 2.7.5

src/default-config/cordova/.monacaignore

9

CHANGELOG.md

@@ -5,2 +5,11 @@

v2.7.5
----
* Added `historyApiFallback` to angular template
* Modified `checkModifiedFiles` functions to return file differences if `options.actionType` is passed as `downloadProject`
* Modified `Upload/Download` functions to include custom files if `options.userDefinedSelectedFiles` and `options.userDefinedSelectFileFlag` is passed as `true`
* Generate `.monacaignore` for both `cordova` and `react-native` templates before `Upload/Download` operation
* Update `.monacaignore` pattern to follow `.gitignore` pattern
* Misc fix
v2.7.4

@@ -7,0 +16,0 @@ ----

3

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

@@ -39,2 +39,3 @@ "main": "./src/main.js",

"global-npm": "^0.3.0",
"ignore": "^3.3.8",
"lockfile": "^1.0.0",

@@ -41,0 +42,0 @@ "minimatch": "https://github.com/frandiox/minimatch/archive/escape-fix.tar.gz",

@@ -130,2 +130,3 @@ try {

contentBase: './src/public',
historyApiFallback: true,
colors: true,

@@ -132,0 +133,0 @@ inline: true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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