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 2.1.2 to 2.1.3

.vscode/launch.json

5

CHANGELOG.md

@@ -5,2 +5,7 @@

v2.1.3
----
* monaca: Reduce package size.
* monaca: Improve Webpack output in development mode.
v2.1.2

@@ -7,0 +12,0 @@ ----

2

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

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

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

var ExtractTextPlugin = require(path.join(cordovaNodeModules, 'extract-text-webpack-plugin'));
var ProgressBarPlugin = require(path.join(cordovaNodeModules, 'progress-bar-webpack-plugin'));

@@ -18,4 +19,2 @@ var autoprefixer = require(path.join(cordovaNodeModules, 'autoprefixer'));

var port = +(process.env.WP_PORT) || 8000;
module.exports = {

@@ -109,3 +108,4 @@ devtool: 'eval-source-map',

chunksSortMode: 'dependency'
})
}),
new ProgressBarPlugin()
],

@@ -121,3 +121,3 @@

inline: true,
port: port,
port: 8000,
host: '0.0.0.0',

@@ -124,0 +124,0 @@ stats: 'minimal'

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

var ExtractTextPlugin = require(path.join(cordovaNodeModules, 'extract-text-webpack-plugin'));
var ProgressBarPlugin = require(path.join(cordovaNodeModules, 'progress-bar-webpack-plugin'));

@@ -18,4 +19,2 @@ var autoprefixer = require(path.join(cordovaNodeModules, 'autoprefixer'));

var port = +(process.env.WP_PORT) || 8000;
module.exports = {

@@ -29,3 +28,3 @@ devtool: 'eval-source-map',

'react-hot-loader/patch',
'webpack-dev-server/client?http://0.0.0.0:' + port + '/',
'webpack-dev-server/client?http://0.0.0.0:8000/',
'webpack/hot/only-dev-server',

@@ -111,3 +110,4 @@ './src/main'

chunksSortMode: 'dependency'
})
}),
new ProgressBarPlugin()
],

@@ -125,3 +125,3 @@

host: '0.0.0.0',
port: port,
port: 8000,
stats: 'minimal',

@@ -128,0 +128,0 @@ hot: true

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