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

fixpack

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixpack - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

fixpack.js

@@ -28,3 +28,3 @@ #!/usr/bin/env node

warnItems.forEach(function(key) {
if (!pack[key] && !config.quiet) console.log(('missing ' + key).yellow)
if (!pack[key] && !config.quiet) console.log(chalk.yellow('missing ' + key))
})

@@ -51,3 +51,3 @@ }

if (!fs.existsSync(file)) {
if (!config.quiet) console.log(('No such file: ' + file).red)
if (!config.quiet) console.log(chalk.red('No such file: ' + file))
process.exit(1)

@@ -54,0 +54,0 @@ }

{
"name": "fixpack",
"description": "cli tool that cleans up package.json files.",
"version": "3.0.4",
"version": "3.0.5",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -6,0 +6,0 @@ "bin": "./bin/fixpack",

@@ -112,2 +112,3 @@ # fixpack

- 3.0.5 - Fix coloration of warnings
- 3.0.4 - OS specific EOL

@@ -114,0 +115,0 @@ - 3.0.3 - updates to remove NSP warnings in deps.

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