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
1
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.3.3 to 1.3.4

2

package.json
{
"name": "core-app-worona",
"version": "1.3.3",
"version": "1.3.4",
"description": "Core Package of Worona App",

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

@@ -13,3 +13,3 @@ /* eslint-disable no-constant-condition, no-undef, global-require, import/no-dynamic-require */

const pkgName = /(.+)-worona/.exec(pkg.name)[1];
const req = require(`../../../../../${pkgName}-worona/src/dashboard/index.js`);
const req = require(`../../../../../${pkgName}-worona/src/app/index.js`);
req(module => resolve(module));

@@ -16,0 +16,0 @@ });

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