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

@haxibiao/react-native-make

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haxibiao/react-native-make - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

templates/android/layout/launch_screen.fill.xml

2

dist/modules/setSplashScreen/setSplashScreen.command.js

@@ -23,3 +23,3 @@ "use strict";

name: '--resize [string]',
description: 'contain, cover, center',
description: 'contain, cover, center, fill',
default: type_1.EResizeMode.CONTAIN,

@@ -26,0 +26,0 @@ },

@@ -9,3 +9,4 @@ export declare enum EPlatform {

CENTER = "center",
CONTAIN = "contain"
CONTAIN = "contain",
FILL = "fill"
}

@@ -14,2 +14,3 @@ "use strict";

EResizeMode["CONTAIN"] = "contain";
EResizeMode["FILL"] = "fill";
})(EResizeMode = exports.EResizeMode || (exports.EResizeMode = {}));
{
"name": "@haxibiao/react-native-make",
"version": "3.2.2",
"version": "3.2.3",
"main": "modules/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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