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

@clerc/plugin-strict-flags

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerc/plugin-strict-flags - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

2

dist/index.js

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

} else {
throw new Error(`Unexpected flags: ${semanticArray(keys)}`);
throw new Error(`Unexpected flag${keys.length > 1 ? "s" : ""}: ${semanticArray(keys)}`);
}

@@ -20,0 +20,0 @@ });

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

@@ -54,3 +54,3 @@ "description": "Clerc plugin strict flags",

"devDependencies": {
"@clerc/core": "0.18.0"
"@clerc/core": "0.19.0"
},

@@ -57,0 +57,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