Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vodafoneuk/aim-mocking-logger

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vodafoneuk/aim-mocking-logger - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/index.js

@@ -229,4 +229,4 @@ import merge from 'lodash/merge.js';

const strippedLine = ansiStrip(line);
while (line.match("-") && strippedLine.length > config.systemCfg.consoleLineLength) {
line = line.replace("-", "");
while (line.match("--") && strippedLine.length > config.systemCfg.consoleLineLength) {
line = line.replace("--", "");
}

@@ -233,0 +233,0 @@ return line;

{
"name": "@vodafoneuk/aim-mocking-logger",
"version": "1.1.0",
"version": "1.1.1",
"description": "Api Interceptor Middleware - localized cache lib and middleware for dalmatian and other api calls",

@@ -40,3 +40,3 @@ "author": "Radoslaw Swiat",

},
"gitHead": "02ef0c30c69ae8aab7536a58852e03e4db56f9c7"
"gitHead": "e058051a75cd8fefbb804f550fb96660bf3133b4"
}

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