New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clerc/plugin-version

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerc/plugin-version - npm Package Compare versions

Comparing version 0.20.0 to 0.21.0

4

dist/index.js

@@ -12,3 +12,5 @@ import { definePlugin } from '@clerc/core';

if (command) {
cli = cli.command("version", "Show version").on("version", () => {
cli = cli.command("version", "Show version", {
notes: ['The version string begins with a "v".']
}).on("version", () => {
process.stdout.write(gracefullyVersion);

@@ -15,0 +17,0 @@ });

{
"name": "@clerc/plugin-version",
"version": "0.20.0",
"version": "0.21.0",
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)",

@@ -46,3 +46,3 @@ "description": "Clerc plugin version",

"devDependencies": {
"@clerc/core": "0.20.0"
"@clerc/core": "0.21.0"
},

@@ -49,0 +49,0 @@ "scripts": {

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