Socket
Socket
Sign inDemoInstall

fixpack

Package Overview
Dependencies
10
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

config.json

11

fixpack.js
#!/usr/bin/env node
var ALCE = require('alce')
var extend = require('extend-object')
var fs = require('fs')
var path = require('path')
var ALCE = require('alce')
var defaultConfig = require('./config')
var extend = require('extend-object')
require('colors')
var defaultConfig = require('./config')
function checkMissing (pack, config) {

@@ -70,2 +71,6 @@ var warnItems

// sometimes people use a string rather than an array for the `keywords`
// field when there is only one item listed
if (typeof out.keywords === 'string') out.keywords = [out.keywords]
// sort some sub items alphabetically

@@ -72,0 +77,0 @@ config.sortedSubItems.forEach(function (key) {

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

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

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