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

@mx-cartographer/common

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mx-cartographer/common - npm Package Compare versions

Comparing version

to
8.0.6-alpha.sms25

11

dist/utils/Fetch.js

@@ -63,12 +63,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

.then((response) => {
if (response.ok) {
return response.text();
if (!response.ok) {
throw new Error(`${response.status}`);
}
else {
return response.text().then((text) => {
throw new Error(text);
});
}
return response.json();
})
.then((text) => (text.length ? JSON.parse(text) : {}))
.then((data) => data)

@@ -75,0 +70,0 @@ .catch((err) => {

{
"name": "@mx-cartographer/common",
"version": "8.0.6-alpha.sms24",
"version": "8.0.6-alpha.sms25",
"description": "Common components used within Cartographer",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet