New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rspack/lite-tapable

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rspack/lite-tapable - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/index.js

@@ -803,3 +803,3 @@ "use strict";

isUsed() {
for (const key in this.hookMap._map.keys()) {
for (const key of this.hookMap._map.keys()) {
if (this.get(key)?.isUsed()) {

@@ -806,0 +806,0 @@ return true;

{
"name": "@rspack/lite-tapable",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/rspack-contrib/rspack-lite-tapable",

@@ -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