Socket
Socket
Sign inDemoInstall

danger-plugin-no-console-ext

Package Overview
Dependencies
145
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",

@@ -24,0 +24,0 @@ "types": "types/index.d.ts",

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

export default function noConsole(options?: { whitelist?: string[], callback?: (file: string, matches: string[]) => {} }): void
export default function noConsole(options?: { whitelist?: string[], callback?: (file: string, matches: string[]) => {} }): Promise<void>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc