Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@poi/dev-utils

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poi/dev-utils - npm Package Compare versions

Comparing version 12.0.1 to 12.0.2

10

formatWebpackMessages.js

@@ -82,7 +82,11 @@ /* eslint-disable */

// Internal stacks are generally useless so we strip them... with the
// exception of stacks containing `webpack:` because they're normally
// exception of:
// 1: stacks containing `webpack:` because they're normally
// from user code generated by WebPack. For more information see
// https://github.com/facebookincubator/create-react-app/pull/1050
// message = message.replace(/^\s*at\s((?!webpack:).)*:\d+:\d+[\s)]*(\n|$)/gm, ''); // at ... ...:x:y
// TODO: show stack trace in an elegant way
// 2: from eval-loader
var isEvalLoaderError = /webpack\/eval-loader\.js/.exec(lines[1])
if (!isEvalLoaderError) {
message = message.replace(/^\s*at\s((?!webpack:).)*:\d+:\d+[\s)]*(\n|$)/gm, ''); // at ... ...:x:y
}

@@ -89,0 +93,0 @@ return message.trim();

{
"name": "@poi/dev-utils",
"version": "12.0.1",
"version": "12.0.2",
"publishConfig": {

@@ -22,3 +22,3 @@ "access": "public"

"xo": false,
"gitHead": "62f426ccda967a15d638878e66415e6b9c245eeb"
"gitHead": "4ec76debae26838af726dfac9556009452886189"
}
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