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

@2fd/command

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2fd/command - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

index.d.ts

1

index.js

@@ -14,2 +14,3 @@ "use strict";

exports.ConsoleOutput = io_1.ConsoleOutput;
exports.ColorConsoleOutput = io_1.ColorConsoleOutput;
exports.DummyOutput = io_1.DummyOutput;

@@ -16,0 +17,0 @@ var params_1 = require('./lib/command/params');

@@ -7,4 +7,5 @@ "use strict";

exports.ConsoleOutput = output_1.ConsoleOutput;
exports.ColorConsoleOutput = output_1.ColorConsoleOutput;
var utils_1 = require('./utils');
exports.Formatter = utils_1.Formatter;
exports.ColorFormatter = utils_1.ColorFormatter;

4

package.json
{
"name": "@2fd/command",
"version": "0.3.0",
"version": "0.4.0",
"description": "Modular command line tool",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"preversion": "npm test & tsc -d -p . & tsc -p .",
"test": "./node_modules/.bin/mocha"

@@ -8,0 +10,0 @@ },

{
"name": "@2fd/commander",
"version": false,
"main": "lib/index.d.ts",
"dependencies": {},
"ambientDependencies": {
"chai": "registry:dt/chai#3.4.0+20160317120654",
"mocha": "registry:dt/mocha#2.2.5+20160317120654",
"node": "registry:dt/node#4.0.0+20160412142033"
"globalDevDependencies": {
"mocha": "registry:env/mocha#2.2.5+20160321223601",
"node": "registry:env/node#4.0.0+20160507210304"
},
"devDependencies": {
"chai": "registry:npm/chai#3.5.0+20160415060238"
}
}

Sorry, the diff of this file is not supported yet

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