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.2 to 1.0.0-alpha.3

5

lib/BaseAstTraversalPlugin.js

@@ -13,6 +13,3 @@ const recast = require("recast")

action: actionType.WARN,
callExpressions: [
{identifier: "*.console.*", action: actionType.WARN},
{identifier: "*.alert.*", action: actionType.ERROR}
]
callExpressions: []
}, options);

@@ -19,0 +16,0 @@ }

4

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

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

},
"gitHead": "159bf0fcb844e8e17fe4b60b8d764ae6a8141a09"
"gitHead": "b8dd9064811bd7b4fdc5bd480b07ee8a98ab4ae0"
}
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