🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-native

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-native - npm Package Compare versions

Comparing version
2.0.14
to
2.0.15
+1
-1
package.json
{
"name": "lighting-plugin-native",
"version": "2.0.14",
"version": "2.0.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -314,3 +314,3 @@ const AppIcon = [

if(fs.existsSync(`${light.config.src}/native`)){
for (const fileName of ['LIGHT_LICENSE', 'LIGHT_LICENSE_iOS', 'LIGHT_LICENSE_Android']) {
for (const fileName of ['LIGHT_LICENSE', 'LIGHT_LICENSE_iOS', 'LIGHT_LICENSE_Android',"public.pem"]) {
if (fs.existsSync(`${light.config.src}/native/${fileName}`)) {

@@ -317,0 +317,0 @@ utils.copySync(`${light.config.src}/native/${fileName}`,`${dist}/App/${fileName}`)