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

@globules-io/ogx.js

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globules-io/ogx.js - npm Package Compare versions

Comparing version 1.8.7-b to 1.8.7-c

4

install.js

@@ -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": {

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