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

@artus/core

Package Overview
Dependencies
Maintainers
8
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artus/core - npm Package Compare versions

Comparing version 2.1.2-alpha.0 to 2.1.2-alpha.1

lib/application.js.map

3

lib/utils/compatible_require.js
"use strict";
var _a;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -11,3 +10,3 @@ const tslib_1 = require("tslib");

async function compatibleRequire(path, origin = false) {
const requiredModule = await (_a = path, Promise.resolve().then(() => tslib_1.__importStar(require(_a))));
const requiredModule = await import(path);
(0, assert_1.default)(requiredModule, `module '${path}' exports is undefined`);

@@ -14,0 +13,0 @@ return origin ? requiredModule : (requiredModule.default || requiredModule);

{
"name": "@artus/core",
"version": "2.1.2-alpha.0",
"version": "2.1.2-alpha.1",
"description": "Core package of Artus",

@@ -74,2 +74,2 @@ "main": "./lib/index.js",

}
}
}
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