Socket
Socket
Sign inDemoInstall

@bodiless/webpack

Package Overview
Dependencies
254
Maintainers
5
Versions
453
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-canary-2033-1026.0 to 1.0.0-canary-2033-1122.0.bff6645

./lib/index.js

2

lib/statoscopePlugin.d.ts
import { Configuration } from 'webpack';
import StatoscopeWebpackPlugin from '@statoscope/webpack-plugin';
import { PluginOptions } from './util';
declare type StatoscopePluginOptions = Omit<PluginOptions, 'include' | 'logging'> & {
type StatoscopePluginOptions = Omit<PluginOptions, 'include' | 'logging'> & {
sitePath: string;

@@ -6,0 +6,0 @@ root?: string;

@@ -16,7 +16,7 @@ /**

import { PluginOptions } from './util';
declare type Resolver = (args: {
type Resolver = (args: {
componentName: string;
packageName?: string;
}) => string;
declare type TokenShadowPluginOptions = Omit<PluginOptions, 'exclude'> & {
type TokenShadowPluginOptions = Omit<PluginOptions, 'exclude'> & {
resolvers: Resolver[];

@@ -23,0 +23,0 @@ };

@@ -15,4 +15,4 @@ /**

export declare const createLogger: (log?: boolean) => (message: string) => void;
declare type IncludeSetting = RegExp | boolean;
export declare type PluginOptions = {
type IncludeSetting = RegExp | boolean;
export type PluginOptions = {
enabled?: boolean;

@@ -19,0 +19,0 @@ logging?: boolean;

{
"name": "@bodiless/webpack",
"version": "1.0.0-canary-2033-1026.0+75cab6d",
"version": "1.0.0-canary-2033-1122.0.bff6645",
"description": "Portable webpack configuration for bodiless sites",

@@ -34,3 +34,3 @@ "author": "Chris Oden <coden@its.jnj.com>",

"dependencies": {
"@bodiless/cli": "1.0.0-canary-2033-1026.0+75cab6d",
"@bodiless/cli": "1.0.0-canary-2033-1122.0.bff6645",
"@statoscope/webpack-plugin": "^5.20.1",

@@ -43,3 +43,3 @@ "lodash": "^4.17.19",

},
"gitHead": "75cab6de007604a77e01d464711d7d94064621ed"
"gitHead": "bff6645867ff84b24018d192635ce7f08b8512b1"
}

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