Socket
Socket
Sign inDemoInstall

@bodiless/webpack

Package Overview
Dependencies
78
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-1487-15.0 to 1.0.0-canary-1500-22.0

lib/statoscopePlugin.d.ts

1

lib/index.d.ts

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

export { addTokenShadowPlugin, createTokenShadowPlugin } from './tokenShadowPlugin';
export { addStatoscopePlugin, createStatoscopePlugin } from './statoscopePlugin';
export { addStaticReplacementPlugin, createStaticReplacementPlugin } from './staticReplacementPlugin';
//# sourceMappingURL=index.d.ts.map

5

lib/index.js

@@ -16,6 +16,9 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.createStaticReplacementPlugin = exports.addStaticReplacementPlugin = exports.createTokenShadowPlugin = exports.addTokenShadowPlugin = void 0;
exports.createStaticReplacementPlugin = exports.addStaticReplacementPlugin = exports.createStatoscopePlugin = exports.addStatoscopePlugin = exports.createTokenShadowPlugin = exports.addTokenShadowPlugin = void 0;
var tokenShadowPlugin_1 = require("./tokenShadowPlugin");
Object.defineProperty(exports, "addTokenShadowPlugin", { enumerable: true, get: function () { return tokenShadowPlugin_1.addTokenShadowPlugin; } });
Object.defineProperty(exports, "createTokenShadowPlugin", { enumerable: true, get: function () { return tokenShadowPlugin_1.createTokenShadowPlugin; } });
var statoscopePlugin_1 = require("./statoscopePlugin");
Object.defineProperty(exports, "addStatoscopePlugin", { enumerable: true, get: function () { return statoscopePlugin_1.addStatoscopePlugin; } });
Object.defineProperty(exports, "createStatoscopePlugin", { enumerable: true, get: function () { return statoscopePlugin_1.createStatoscopePlugin; } });
var staticReplacementPlugin_1 = require("./staticReplacementPlugin");

@@ -22,0 +25,0 @@ Object.defineProperty(exports, "addStaticReplacementPlugin", { enumerable: true, get: function () { return staticReplacementPlugin_1.addStaticReplacementPlugin; } });

{
"name": "@bodiless/webpack",
"version": "1.0.0-canary-1487-15.0+ab66bda",
"version": "1.0.0-canary-1500-22.0+f00f3d4",
"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-1487-15.0+ab66bda",
"@bodiless/cli": "1.0.0-canary-1500-22.0+f00f3d4",
"lodash": "^4.17.19",

@@ -40,5 +40,6 @@ "webpack": "^5.69.1"

"devDependencies": {
"@statoscope/webpack-plugin": "^5.20.1",
"@types/node": "^16"
},
"gitHead": "ab66bda42ad44e020daec6238ecb29a4f138845c"
"gitHead": "f00f3d45771c24be357b6dc9faef863db359e6cc"
}

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