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

@clerc/plugin-friendly-error

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-friendly-error - npm Package Compare versions

Comparing version 0.41.0 to 0.42.0

4

dist/index.js

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

const friendlyErrorPlugin = () => definePlugin({
setup: (cli) => cli.errorHandler((err) => {
kons.error(err.message);
setup: (cli) => cli.errorHandler((error) => {
kons.error(error.message);
process.exit(1);

@@ -9,0 +9,0 @@ })

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

@@ -16,10 +16,10 @@ "type": "module",

],
"homepage": "https://github.com/so1ve/clerc/tree/main/packages/plugin-friendly-error#readme",
"homepage": "https://github.com/clercjs/clerc/tree/main/packages/plugin-friendly-error#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/so1ve/clerc.git",
"url": "git+https://github.com/clercjs/clerc.git",
"directory": "/"
},
"bugs": {
"url": "https://github.com/so1ve/clerc/issues"
"url": "https://github.com/clercjs/clerc/issues"
},

@@ -26,0 +26,0 @@ "license": "MIT",

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