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

cordova-res

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-res - npm Package Compare versions

Comparing version 0.15.2 to 0.15.3

25

dist/native.js

@@ -147,2 +147,7 @@ "use strict";

{
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */,
source: resources_1.ANDROID_MDPI_ADAPTIVE_ICON.background,
target: 'mipmap-mdpi/ic_launcher_background.png',
},
{
type: "android-legacy" /* ANDROID_LEGACY */,

@@ -163,2 +168,7 @@ source: resources_1.ANDROID_HDPI_ICON.src,

{
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */,
source: resources_1.ANDROID_HDPI_ADAPTIVE_ICON.background,
target: 'mipmap-hdpi/ic_launcher_background.png',
},
{
type: "android-legacy" /* ANDROID_LEGACY */,

@@ -179,2 +189,7 @@ source: resources_1.ANDROID_XHDPI_ICON.src,

{
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */,
source: resources_1.ANDROID_XHDPI_ADAPTIVE_ICON.background,
target: 'mipmap-xhdpi/ic_launcher_background.png',
},
{
type: "android-legacy" /* ANDROID_LEGACY */,

@@ -195,2 +210,7 @@ source: resources_1.ANDROID_XXHDPI_ICON.src,

{
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */,
source: resources_1.ANDROID_XXHDPI_ADAPTIVE_ICON.background,
target: 'mipmap-xxhdpi/ic_launcher_background.png',
},
{
type: "android-legacy" /* ANDROID_LEGACY */,

@@ -210,2 +230,7 @@ source: resources_1.ANDROID_XXXHDPI_ICON.src,

},
{
type: "android-adaptive-background" /* ANDROID_ADAPTIVE_BACKGROUND */,
source: resources_1.ANDROID_XXXHDPI_ADAPTIVE_ICON.background,
target: 'mipmap-xxxhdpi/ic_launcher_background.png',
},
];

@@ -212,0 +237,0 @@ const ANDROID_SPLASHES = [

6

package.json
{
"name": "cordova-res",
"version": "0.15.2",
"version": "0.15.3",
"description": "This tool will crop and resize PNG source images into appropriate sizes for modern iOS and Android devices.",

@@ -62,3 +62,3 @@ "homepage": "https://ionicframework.com",

"elementtree": "^0.1.7",
"sharp": "^0.26.0",
"sharp": "^0.27.1",
"tslib": "^2.0.3"

@@ -74,3 +74,3 @@ },

"@types/node": "~10.17.13",
"@types/sharp": "^0.26.0",
"@types/sharp": "^0.27.1",
"eslint": "^7.11.0",

@@ -77,0 +77,0 @@ "husky": "^4.3.0",

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