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

@magicspace/core

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magicspace/core - npm Package Compare versions

Comparing version 0.2.34 to 0.2.35

2

bld/library/@constants.js

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const Path = (0, tslib_1.__importStar)(require("path"));
const Path = tslib_1.__importStar(require("path"));
exports.PACKAGE_DIR = Path.join(__dirname, '../..');

@@ -8,0 +8,0 @@ exports.TEMP_MAGIC_REPOSITORY_DIR_PREFIX = 'magicspace';

@@ -5,6 +5,6 @@ "use strict";

const tslib_1 = require("tslib");
const ChildProcess = (0, tslib_1.__importStar)(require("child_process"));
const Path = (0, tslib_1.__importStar)(require("path"));
const FSExtra = (0, tslib_1.__importStar)(require("fs-extra"));
const npm_path_1 = (0, tslib_1.__importDefault)(require("npm-path"));
const ChildProcess = tslib_1.__importStar(require("child_process"));
const Path = tslib_1.__importStar(require("path"));
const FSExtra = tslib_1.__importStar(require("fs-extra"));
const npm_path_1 = tslib_1.__importDefault(require("npm-path"));
class SpawnSyncFailure {

@@ -11,0 +11,0 @@ constructor(command, args, cwd, stdout, stderr, code) {

@@ -5,6 +5,6 @@ "use strict";

const tslib_1 = require("tslib");
const FS = (0, tslib_1.__importStar)(require("fs"));
const Path = (0, tslib_1.__importStar)(require("path"));
const FastGlob = (0, tslib_1.__importStar)(require("fast-glob"));
const Handlebars = (0, tslib_1.__importStar)(require("handlebars"));
const FS = tslib_1.__importStar(require("fs"));
const Path = tslib_1.__importStar(require("path"));
const fast_glob_1 = tslib_1.__importDefault(require("fast-glob"));
const Handlebars = tslib_1.__importStar(require("handlebars"));
const _utils_1 = require("./@utils");

@@ -90,3 +90,3 @@ function text(...args) {

}
let paths = FastGlob.sync(patterns, {
let paths = fast_glob_1.default.sync(patterns, {
cwd: dir,

@@ -93,0 +93,0 @@ dot: true,

@@ -5,6 +5,6 @@ "use strict";

const tslib_1 = require("tslib");
const FS = (0, tslib_1.__importStar)(require("fs"));
const Path = (0, tslib_1.__importStar)(require("path"));
const fast_glob_1 = (0, tslib_1.__importDefault)(require("fast-glob"));
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const FS = tslib_1.__importStar(require("fs"));
const Path = tslib_1.__importStar(require("path"));
const fast_glob_1 = tslib_1.__importDefault(require("fast-glob"));
const lodash_1 = tslib_1.__importDefault(require("lodash"));
const module_lens_1 = require("module-lens");

@@ -11,0 +11,0 @@ const tiva_1 = require("tiva");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./config"), exports);
(0, tslib_1.__exportStar)(require("./config-logger"), exports);
tslib_1.__exportStar(require("./config"), exports);
tslib_1.__exportStar(require("./config-logger"), exports);
//# sourceMappingURL=index.js.map

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const FSExtra = (0, tslib_1.__importStar)(require("fs-extra"));
const FSExtra = tslib_1.__importStar(require("fs-extra"));
class File {

@@ -8,0 +8,0 @@ constructor(type, path, context) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./composable"), exports);
(0, tslib_1.__exportStar)(require("./file"), exports);
tslib_1.__exportStar(require("./composable"), exports);
tslib_1.__exportStar(require("./file"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./json-file"), exports);
(0, tslib_1.__exportStar)(require("./structured-file"), exports);
(0, tslib_1.__exportStar)(require("./text-file"), exports);
(0, tslib_1.__exportStar)(require("./binary-file"), exports);
(0, tslib_1.__exportStar)(require("./yaml-file"), exports);
tslib_1.__exportStar(require("./json-file"), exports);
tslib_1.__exportStar(require("./structured-file"), exports);
tslib_1.__exportStar(require("./text-file"), exports);
tslib_1.__exportStar(require("./binary-file"), exports);
tslib_1.__exportStar(require("./yaml-file"), exports);
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ "use strict";

const utils_1 = require("@magicspace/utils");
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const lodash_1 = tslib_1.__importDefault(require("lodash"));
const file_1 = require("../file");

@@ -9,0 +9,0 @@ class StructuredFile extends file_1.File {

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const YAML = (0, tslib_1.__importStar)(require("yaml"));
const YAML = tslib_1.__importStar(require("yaml"));
const structured_file_1 = require("./structured-file");

@@ -8,0 +8,0 @@ class YAMLFile extends structured_file_1.StructuredFile {

@@ -6,7 +6,7 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./file"), exports);
(0, tslib_1.__exportStar)(require("./composables"), exports);
(0, tslib_1.__exportStar)(require("./config"), exports);
(0, tslib_1.__exportStar)(require("./space"), exports);
(0, tslib_1.__exportStar)(require("./files"), exports);
tslib_1.__exportStar(require("./file"), exports);
tslib_1.__exportStar(require("./composables"), exports);
tslib_1.__exportStar(require("./config"), exports);
tslib_1.__exportStar(require("./space"), exports);
tslib_1.__exportStar(require("./files"), exports);
//# sourceMappingURL=index.js.map

@@ -5,5 +5,5 @@ "use strict";

const tslib_1 = require("tslib");
const Path = (0, tslib_1.__importStar)(require("path"));
const FSExtra = (0, tslib_1.__importStar)(require("fs-extra"));
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash"));
const Path = tslib_1.__importStar(require("path"));
const FSExtra = tslib_1.__importStar(require("fs-extra"));
const lodash_1 = tslib_1.__importDefault(require("lodash"));
const _constants_1 = require("../@constants");

@@ -93,2 +93,3 @@ const _utils_1 = require("../@utils");

'--no-commit',
'--no-rebase',
'--allow-unrelated-histories',

@@ -95,0 +96,0 @@ ...(ours ? ['--strategy=ours'] : []),

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const Path = (0, tslib_1.__importStar)(require("path"));
const Path = tslib_1.__importStar(require("path"));
class Context {

@@ -8,0 +8,0 @@ constructor(space, dir) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./composable-module"), exports);
(0, tslib_1.__exportStar)(require("./context"), exports);
(0, tslib_1.__exportStar)(require("./default-space"), exports);
(0, tslib_1.__exportStar)(require("./space-logger"), exports);
(0, tslib_1.__exportStar)(require("./space"), exports);
tslib_1.__exportStar(require("./composable-module"), exports);
tslib_1.__exportStar(require("./context"), exports);
tslib_1.__exportStar(require("./default-space"), exports);
tslib_1.__exportStar(require("./space-logger"), exports);
tslib_1.__exportStar(require("./space"), exports);
//# sourceMappingURL=index.js.map

@@ -5,4 +5,4 @@ "use strict";

const tslib_1 = require("tslib");
const Path = (0, tslib_1.__importStar)(require("path"));
const tmp_1 = (0, tslib_1.__importDefault)(require("tmp"));
const Path = tslib_1.__importStar(require("path"));
const tmp_1 = tslib_1.__importDefault(require("tmp"));
const tslib_2 = require("tslib");

@@ -9,0 +9,0 @@ const _constants_1 = require("../@constants");

{
"name": "@magicspace/core",
"version": "0.2.34",
"version": "0.2.35",
"publishConfig": {

@@ -19,3 +19,3 @@ "access": "public"

"dependencies": {
"@magicspace/utils": "^0.2.34",
"@magicspace/utils": "^0.2.35",
"fast-glob": "^3.2.4",

@@ -39,3 +39,3 @@ "fs-extra": "^9.0.1",

},
"gitHead": "6bb9ee397bc93299fa1885eab198970421efebfe"
"gitHead": "d433485e771e6f952858f445bcece91eff387001"
}
import * as FS from 'fs';
import * as Path from 'path';
import * as FastGlob from 'fast-glob';
import FastGlob from 'fast-glob';
import * as Handlebars from 'handlebars';

@@ -6,0 +6,0 @@

@@ -100,2 +100,3 @@ import * as Path from 'path';

'--no-commit',
'--no-rebase',
'--allow-unrelated-histories',

@@ -102,0 +103,0 @@ ...(ours ? ['--strategy=ours'] : []),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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