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

@vidazoo/webpack-ast-traversal-plugin-core

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidazoo/webpack-ast-traversal-plugin-core - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1

4

lib/BaseAstTraversalPlugin.js

@@ -37,5 +37,3 @@ const recast = require("recast")

chunks.forEach((chunk) => {
chunk.files.forEach((file) => files.push(file));
});
chunks.forEach((chunk) => chunk.files.forEach((file) => files.push(file)));

@@ -42,0 +40,0 @@ compilation.additionalChunkAssets.forEach((file) => files.push(file));

const BaseExpressionNodeHandler = require("./BaseExpressionNodeHandler")
, actionType = require("../actionType")
, recast = require("recast")
, utils = require("../utils");

@@ -24,3 +25,3 @@

expression.action || options.action || actionType.WARN,
{message: `expression identifier found - "${path.join(".")}" (${expression.identifier})`}
{message: `"${expression.identifier}" found - Expression: "${recast.prettyPrint(node)}"`}
);

@@ -27,0 +28,0 @@

{
"name": "@vidazoo/webpack-ast-traversal-plugin-core",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Plugin that traverse the AST of your code to find specific call expressions.",

@@ -50,3 +50,3 @@ "keywords": [

},
"gitHead": "0686cd695d55c6ea0e1185e1a561f5de16ae799e"
"gitHead": "b38e9470378feea1985cf2b274fba86097755c4c"
}
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