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

@sitecore-cloudsdk/core

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-cloudsdk/core - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

dist/cjs/package.json
{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.3",
"@sitecore-cloudsdk/utils": "^0.4.4",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

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

exports.processDebugResponse = exports.debug = void 0;
// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.
const debug_1 = __importDefault(require("debug"));
exports.debug = debug_1.default;
const utils_1 = require("@sitecore-cloudsdk/utils");
if (process.env &&
if (typeof process !== 'undefined' &&
process.env &&
process.env.DEBUG_MULTILINE === 'true' &&

@@ -13,0 +15,0 @@ debug_1.default.formatters &&

{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.3",
"@sitecore-cloudsdk/utils": "^0.4.4",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

@@ -0,4 +1,6 @@

// © Sitecore Corporation A/S. All rights reserved. Sitecore® is a registered trademark of Sitecore Corporation A/S.
import debug from 'debug';
import { normalizeHeaders } from '@sitecore-cloudsdk/utils';
if (process.env &&
if (typeof process !== 'undefined' &&
process.env &&
process.env.DEBUG_MULTILINE === 'true' &&

@@ -5,0 +7,0 @@ debug.formatters &&

{
"name": "@sitecore-cloudsdk/core",
"version": "0.4.3",
"version": "0.4.4",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "exports": {

"dependencies": {
"@sitecore-cloudsdk/utils": "^0.4.3",
"@sitecore-cloudsdk/utils": "^0.4.4",
"debug": "^4.3.4"

@@ -26,0 +26,0 @@ },

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