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
167
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.24.5 to 1.24.6

4

install.js
const path = require('path');
const fs = require('fs-extra');
const copy = require('recursive-copy');
const src_ogx = path.normalize(__dirname+'/ogx');
const src_www = path.normalize(__dirname+'/www');

@@ -11,7 +10,4 @@ const src_themes = path.normalize(__dirname+'/www/themes');

const dest_themes = path.normalize(__dirname+'./../../../www/themes');
const dest_ogx = path.normalize(__dirname+'./../../../ogx');
const dest_lib = path.normalize(__dirname+'./../../js/lib');
const dest_bin = path.normalize(__dirname+'./../../js/bin');
//copy ogx folder
copy(src_ogx, dest_ogx, {overwrite:true});
//if no www, copy the whole folder

@@ -18,0 +14,0 @@ if(!fs.existsSync(dest_www)){

2

package.json
{
"name": "@globules-io/ogx.js",
"version": "1.24.5",
"version": "1.24.6",
"description": "Javascript framework for webviews",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -9,4 +9,6 @@ # OGX.JS

### Check out [the code](https://github.com/globules-io/OGX.Demo) of the demo
### Check out the [code](https://github.com/globules-io/OGX.Demo) of the demo
### Check out the [code](https://github.com/globules-io/OGX.NeutralinoDemo) of the NeutralinoJS demo
### Check out the [wiki](https://github.com/globules-io/OGX.JS/wiki)

@@ -13,0 +15,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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