Socket
Socket
Sign inDemoInstall

@flareapp/flare-webpack-plugin-sourcemap

Package Overview
Dependencies
4
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

2

dist/index.js

@@ -32,3 +32,5 @@ (function (factory) {

var isWebpack3 = !compiler.hooks;
// callback cb needed for webpack 3 support
var plugin = function (compilation, cb) {
if (cb === void 0) { cb = function () { }; }
if (!_this.verifyOptions(compiler, compilation)) {

@@ -35,0 +37,0 @@ if (isWebpack3) {

2

package.json
{
"name": "@flareapp/flare-webpack-plugin-sourcemap",
"version": "1.0.11",
"version": "1.0.12",
"main": "dist",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -46,3 +46,4 @@ import { Compiler, DefinePlugin, compilation } from 'webpack';

const plugin = (compilation: compilation.Compilation, cb: () => void) => {
// callback cb needed for webpack 3 support
const plugin = (compilation: compilation.Compilation, cb: () => void = () => {}) => {
if (!this.verifyOptions(compiler, compilation)) {

@@ -49,0 +50,0 @@ if (isWebpack3) {

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