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

@percy/logger

Package Overview
Dependencies
Maintainers
6
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/logger - npm Package Compare versions

Comparing version 1.0.0-beta.12 to 1.0.0-beta.13

6

package.json
{
"name": "@percy/logger",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"license": "MIT",

@@ -23,3 +23,3 @@ "main": "index.js",

"colors": "^1.4.0",
"winston": "^3.2.1"
"winston": "^3.3.3"
},

@@ -29,3 +29,3 @@ "devDependencies": {

},
"gitHead": "99e1314ba7c982bcf1a766ec0bb31ec3656d2ec8"
"gitHead": "9e694cfb410f5736467e5dafd96e6a8e9834c77b"
}

@@ -1,2 +0,2 @@

import stripAnsi from 'strip-ansi';
const stripAnsi = require('strip-ansi');

@@ -22,3 +22,3 @@ const og = {

if (typeof r?.then === 'function') {
if (r && typeof r.then === 'function') {
return r.then(done, e => done(null, e));

@@ -53,2 +53,2 @@ } else {

export default stdio;
module.exports = stdio;
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