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.42.0 to 0.42.1

4

dist/index.js

@@ -40,4 +40,4 @@ import { definePlugin } from '@clerc/core';

enforce: "pre",
fn: (context, next) => {
if (context.flags.version) {
fn: (ctx, next) => {
if (ctx.flags.version) {
process.stdout.write(gracefullyVersion);

@@ -44,0 +44,0 @@ } else {

{
"name": "@clerc/plugin-version",
"version": "0.42.0",
"version": "0.42.1",
"author": "Ray <i@mk1.io> (https://github.com/so1ve)",

@@ -43,3 +43,3 @@ "type": "module",

"dependencies": {
"@clerc/utils": "0.42.0"
"@clerc/utils": "0.42.1"
},

@@ -46,0 +46,0 @@ "peerDependencies": {

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