Socket
Socket
Sign inDemoInstall

fixpack

Package Overview
Dependencies
10
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

config.js

@@ -9,3 +9,3 @@ module.exports = {

quiet: false,
files: ['package.json', 'bower.json']
files: ['package.json']
};
{
"name": "fixpack",
"description": "cli tool that cleans up package.json files.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Henrik Joreteg <henrik@andyet.net>",

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

@@ -30,3 +30,3 @@ # fixpack

Oh, and does the same to `bower.json` files if you've got those too.
Oh, and can do same if you pass it a `bower.json` file or whatnot.

@@ -101,3 +101,3 @@ ## Usage

// files to scrub
files: ['package.json', 'bower.json']
files: ['package.json']
}

@@ -104,0 +104,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc