Socket
Socket
Sign inDemoInstall

@codecov/bundler-plugin-core

Package Overview
Dependencies
27
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-beta.5 to 0.0.1-beta.6

5

dist/index.d.ts

@@ -32,2 +32,3 @@ import * as unplugin from 'unplugin';

}>>;
debug: z.ZodDefault<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {

@@ -39,2 +40,3 @@ apiUrl: string;

enableBundleAnalysis: boolean;
debug: boolean;
uploadToken?: string | undefined;

@@ -62,2 +64,3 @@ uploadOverrides?: {

} | undefined;
debug?: boolean | undefined;
}>;

@@ -153,2 +156,4 @@

uploadOverrides?: UploadOverrides;
/** Option to enable debug logs for the plugin. */
debug?: boolean;
}

@@ -155,0 +160,0 @@ type BundleAnalysisUploadPlugin = (args: BundleAnalysisUploadPluginArgs) => UnpluginOptions & {

2

package.json
{
"name": "@codecov/bundler-plugin-core",
"version": "0.0.1-beta.5",
"version": "0.0.1-beta.6",
"description": "Official Codecov Bundler Plugin Core",

@@ -5,0 +5,0 @@ "author": "Codecov",

@@ -12,2 +12,4 @@ <p align="center">

> The bundler-plugin-core is not to be used individually and is meant to be used in conjunction with the bundler specific plugins.
Core package containing the bundler-agnostic logic for the Codecov Bundler Plugins.

@@ -29,4 +31,5 @@

- [Bundler Config Docs](https://codecov.github.io/codecov-javascript-bundler-plugins/modules/_codecov_bundler_plugin_core.html)
- [Codecov Documentation](https://docs.codecov.com/docs)
- [Codecov Feedback](https://github.com/codecov/feedback/discussions)
- [Sentry Discord](https://discord.gg/Ww9hbqr)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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