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.4.2 to 2.5.0

5

CHANGELOG.md

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

v2.5.0
----
* monaca: internal logic fix.
* templates: Fixed default webpack configurations for Angular 2+ in order to support PostCSS correctly.
v2.4.2

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

2

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

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

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

var postcssImport = require(path.join(cordovaNodeModules, 'postcss-import'));
var postcssUrl = require(path.join(cordovaNodeModules, 'postcss-url'));

@@ -67,3 +68,3 @@ } catch (e) {

}, {
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/,
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)(\?\S*)?$/,
loader: 'file?name=assets/[name].[hash].[ext]'

@@ -95,2 +96,3 @@ }, {

postcssImport,
postcssUrl,
cssnext({

@@ -97,0 +99,0 @@ browsers: ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']

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

var postcssImport = require(path.join(cordovaNodeModules, 'postcss-import'));
var postcssUrl = require(path.join(cordovaNodeModules, 'postcss-url'));

@@ -71,3 +72,3 @@ } catch (e) {

}, {
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)$/,
test: /\.(png|jpe?g|gif|svg|woff|woff2|ttf|eot|ico)(\?\S*)?$/,
loader: 'file?name=assets/[name].[hash].[ext]'

@@ -107,2 +108,3 @@ }, {

postcssImport,
postcssUrl,
cssnext({

@@ -109,0 +111,0 @@ browsers: ['> 1%', 'last 2 versions', 'Firefox ESR', 'Opera 12.1']

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