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

@orion-js/core

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/core - npm Package Compare versions

Comparing version 3.2.40 to 3.2.46

4

lib/start/watchAndCompile/ensureConfigComplies.js

@@ -19,6 +19,8 @@ "use strict";

outDir: `./.orion/build/app`,
rootDir: `./app`,
baseUrl: `./`
}
};
if (!config.compilerOptions?.rootDir && !config.compilerOptions?.rootDirs) {
newConfig.compilerOptions.rootDir = `./app`;
}
(0, writeFile_1.default)(configPath, (0, comment_json_1.stringify)(newConfig, null, 2));

@@ -25,0 +27,0 @@ }

{
"name": "@orion-js/core",
"version": "3.2.40",
"version": "3.2.46",
"main": "index.js",

@@ -37,3 +37,3 @@ "author": "nicolaslopezj",

},
"gitHead": "fcc9653145e922930f8ac5a132cf8bfa5fa7ba42",
"gitHead": "a5b4cbe7338878908a0a480bf971bbd31b76a539",
"devDependencies": {

@@ -40,0 +40,0 @@ "@shelf/jest-mongodb": "^2.1.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