@globules-io/ogx.js
Advanced tools
Comparing version 1.8.7-b to 1.8.7-c
@@ -25,3 +25,3 @@ const fs = require('fs'); | ||
} | ||
//if we're not copying, make a back up | ||
//if we're not copying, make a back up since it will be overwritten | ||
if(!copy_index){ | ||
@@ -36,8 +36,6 @@ fs.renameSync(dest_index, dest_index_bak); | ||
if(!copy_index){ | ||
fs.unlinkSync(dest_index); | ||
fs.renameSync(dest_index_bak, dest_index); | ||
} | ||
if(app_exists){ | ||
fs.unlinkSync(dest_app); | ||
fs.renameSync(dest_app_bak, dest_app); | ||
} |
{ | ||
"name": "@globules-io/ogx.js", | ||
"version": "1.8.7b", | ||
"version": "1.8.7c", | ||
"description": "Javascript framework for webviews", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
757309
272