Socket
Socket
Sign inDemoInstall

@flareapp/flare-webpack-plugin-sourcemap

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flareapp/flare-webpack-plugin-sourcemap - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

dist/index.js

@@ -89,3 +89,2 @@ (function (factory) {

var sourcemapUrl = currentChunk.files.find(function (file) { return /\.js\.map/.test(file); });
console.log(currentChunk.files, 'filename', filename, 'sourcemapUrl', sourcemapUrl);
if (filename && sourcemapUrl) {

@@ -92,0 +91,0 @@ var sourcemapLocation = util_1.removeQuery(compiler.outputFileSystem.join(outputPath, sourcemapUrl));

2

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc