Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.2.6

3

bld/library/config/config.js

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

});
if (typeof superSpecifiers === 'string') {
superSpecifiers = [superSpecifiers];
}
if (superSpecifiers && superSpecifiers.length) {

@@ -54,0 +57,0 @@ let superFileEntriesArray = [];

2

bld/library/config/raw-config.d.ts

@@ -14,3 +14,3 @@ export interface RawConfig {

*/
extends?: string[];
extends?: string | string[];
/**

@@ -17,0 +17,0 @@ * Root directory of composable files.

{
"name": "@magicspace/core",
"version": "0.2.5",
"version": "0.2.6",
"description": "",

@@ -39,3 +39,3 @@ "author": "Chengdu Mufan Technology Co., Ltd.",

},
"gitHead": "93bc69aadce2793dee810bbbe9d6c079217984fc"
"gitHead": "45841aa9037f9fb73973a9469ef81a8c20d8b88e"
}

@@ -91,2 +91,6 @@ import * as Path from 'path';

if (typeof superSpecifiers === 'string') {
superSpecifiers = [superSpecifiers];
}
if (superSpecifiers && superSpecifiers.length) {

@@ -93,0 +97,0 @@ let superFileEntriesArray: ComposableFileEntry[][] = [];

@@ -14,3 +14,3 @@ export interface RawConfig {

*/
extends?: string[];
extends?: string | string[];
/**

@@ -17,0 +17,0 @@ * Root directory of composable files.

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