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

accelerator-tool-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accelerator-tool-cli - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

logging/npmErrorWithColor.js

@@ -14,3 +14,3 @@ import {

error(stringified);
} else if (/^npm WARN../.test(stringified) &&
} else if (/new RegExp(^npm WARN../).test(stringified) &&
!stringified.includes('SKIPPING OPTIONAL DEPENDENCY'))

@@ -17,0 +17,0 @@ {

import chalk from 'chalk';
const log = require('colorful-logging/log');
const import {
log,
} 'colorful-logging');

@@ -4,0 +6,0 @@ export function npmLogWithColor(data) {

{
"name": "accelerator-tool-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.",

@@ -5,0 +5,0 @@ "author": "furkle",

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