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

@blog-alchemy/blog-alchemy-shared-pkg

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blog-alchemy/blog-alchemy-shared-pkg - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

12

dist/utils/logger.js

@@ -6,2 +6,10 @@ "use strict";

});
exports.logger = undefined;
var _dotenv = require("dotenv");
var dotenv = _interopRequireWildcard(_dotenv);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
var __values = undefined && undefined.__values || function (o) {

@@ -47,2 +55,5 @@ var s = typeof Symbol === "function" && Symbol.iterator,

};
dotenv.config();
var disabledLogs = (process.env.REACT_APP_DISABLED_LOGS || '').split(',');
var consoleLogWithFilter = function consoleLogWithFilter() {

@@ -58,3 +69,2 @@ var e_1, _a;

var message = '' + args[0];
var disabledLogs = (process.env.REACT_APP_DISABLED_LOGS || '').split(',');
try {

@@ -61,0 +71,0 @@ for (var disabledLogs_1 = __values(disabledLogs), disabledLogs_1_1 = disabledLogs_1.next(); !disabledLogs_1_1.done; disabledLogs_1_1 = disabledLogs_1.next()) {

2

package.json
{
"name": "@blog-alchemy/blog-alchemy-shared-pkg",
"version": "1.0.17",
"version": "1.0.18",
"files": [

@@ -5,0 +5,0 @@ "dist"

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