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

@thiagoveras/plugin-b

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thiagoveras/plugin-b - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

build/commands/helloB.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const command_1 = require("@oclif/command");
const toolbelt_api_test_1 = tslib_1.__importDefault(require("@thiagoveras/toolbelt-api-test"));
const toolbelt_api_test_1 = require("@thiagoveras/toolbelt-api-test");
class HelloB extends command_1.Command {
async run() {
this.parse(HelloB);
this.log(`Hello from Plugin B at ${toolbelt_api_test_1.default.time()}`);
this.log(`Hello from Plugin B at ${toolbelt_api_test_1.Display.time()}`);
}

@@ -11,0 +10,0 @@ }

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.2.0","commands":{"helloB":{"id":"helloB","description":"Single Command from Plugin B","pluginName":"@thiagoveras/plugin-b","pluginType":"core","aliases":[],"examples":["$ clitest helloB"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"file"}]}}}
{"version":"0.2.1","commands":{"helloB":{"id":"helloB","description":"Single Command from Plugin B","pluginName":"@thiagoveras/plugin-b","pluginType":"core","aliases":[],"examples":["$ clitest helloB"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"file"}]}}}
{
"name": "@thiagoveras/plugin-b",
"version": "0.2.0",
"version": "0.2.1",
"author": "Thiago Veras @VerasThiago",

@@ -9,3 +9,3 @@ "bugs": "https://github.com/VerasThiago/npmPackageTests/tree/master/pluginB/issues",

"@oclif/config": "^1",
"@thiagoveras/toolbelt-api-test": "1.0.1",
"@thiagoveras/toolbelt-api-test": "^1.1.0",
"tslib": "^1"

@@ -48,3 +48,4 @@ },

"version": "oclif-dev readme && git add README.md"
}
},
"peerDependencies": {}
}

@@ -22,3 +22,3 @@ pluginB

$ oclif-example (-v|--version|version)
@thiagoveras/plugin-b/0.2.0 linux-x64 node-v10.19.0
@thiagoveras/plugin-b/0.2.1 linux-x64 node-v10.19.0
$ oclif-example --help [COMMAND]

@@ -49,3 +49,3 @@ USAGE

_See code: [build/commands/helloB.ts](https://github.com/VerasThiago/npmPackageTests/blob/v0.2.0/build/commands/helloB.ts)_
_See code: [build/commands/helloB.ts](https://github.com/VerasThiago/npmPackageTests/blob/v0.2.1/build/commands/helloB.ts)_
<!-- commandsstop -->

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