Socket
Socket
Sign inDemoInstall

tapable

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

2

lib/Tapable.js

@@ -31,3 +31,3 @@ /*

Tapable.prototype.applyPluginsWaterfall = function applyPlugins(name, init) {
if(!this._plugins[name]) return;
if(!this._plugins[name]) return init;
var args = Array.prototype.slice.call(arguments, 2);

@@ -34,0 +34,0 @@ var plugins = this._plugins[name];

{
"name": "tapable",
"version": "0.1.6",
"version": "0.1.7",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Just a little module for plugins.",

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