New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

core-app-worona

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-app-worona - npm Package Compare versions

Comparing version 1.5.28 to 1.5.29

16

html/cordova/build.js

@@ -8,4 +8,4 @@ import { spawn } from 'child-process-promise';

await spawn('webpack', [], { stdio: 'inherit' });
console.log('\n=> Reading bundle.js.\n');
const bundle = await readFile('bundle.js');
// console.log('\n=> Reading bundle.js.\n');
// const bundle = await readFile('bundle.js');
console.log('=> Deleting old index.html.\n');

@@ -15,10 +15,10 @@ await remove('index.html');

await copy('index-template.html', 'index.html');
console.log('=> Replacing index.html.\n');
await replace({
files: 'index.html',
from: /###JAVASCRIPT###/,
to: bundle,
})
// console.log('=> Replacing index.html.\n');
// await replace({
// files: 'index.html',
// from: /###JAVASCRIPT###/,
// to: bundle,
// })
}
build();
{
"name": "core-app-worona",
"version": "1.5.28",
"version": "1.5.29",
"description": "Core Package of Worona App",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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