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.32 to 0.2.33

2

bld/library/space/@git.js

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

}
if (!/fatal: No such remote:/.test(error.stderr)) {
if (!/(?:error|fatal): No such remote:/.test(error.stderr)) {
(_a = this.logger) === null || _a === void 0 ? void 0 : _a.stderr(error.stderr);

@@ -64,0 +64,0 @@ throw new Error('Error removing magicspace remote');

{
"name": "@magicspace/core",
"version": "0.2.32",
"version": "0.2.33",
"publishConfig": {

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

},
"gitHead": "ca4b744f4313bc552ad4431de6b07958b2bd6fe7"
"gitHead": "638613b0018a6f86c9c9b4d1c5941cc3a84d61b4"
}

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

if (!/fatal: No such remote:/.test(error.stderr)) {
if (!/(?:error|fatal): No such remote:/.test(error.stderr)) {
this.logger?.stderr(error.stderr);

@@ -76,0 +76,0 @@

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