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

@rspack/lite-tapable

Package Overview
Dependencies
Maintainers
2
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-beta.1 to 1.0.0-beta.2

25

dist/index.js

@@ -263,3 +263,4 @@ "use strict";

callStageRange(queried, ...args) {
let result, error;
let result;
let error;
this.callAsyncStageRange(queried,

@@ -318,3 +319,4 @@ // @ts-expect-error

callStageRange(queried, ...args) {
let result, error;
let result;
let error;
this.callAsyncStageRange(queried,

@@ -376,3 +378,4 @@ // @ts-expect-error

callStageRange(queried, ...args) {
let result, error;
let result;
let error;
this.callAsyncStageRange(queried,

@@ -422,5 +425,3 @@ // @ts-expect-error

if (!promise || !promise.then) {
throw new Error("Tap function (tapPromise) did not return promise (returned " +
promise +
")");
throw new Error(`Tap function (tapPromise) did not return promise (returned ${promise})`);
}

@@ -497,5 +498,3 @@ promise.then(() => {

if (!promise || !promise.then) {
throw new Error("Tap function (tapPromise) did not return promise (returned " +
promise +
")");
throw new Error(`Tap function (tapPromise) did not return promise (returned ${promise})`);
}

@@ -589,5 +588,3 @@ promise.then(() => {

if (!promise || !promise.then) {
throw new Error("Tap function (tapPromise) did not return promise (returned " +
promise +
")");
throw new Error(`Tap function (tapPromise) did not return promise (returned ${promise})`);
}

@@ -692,5 +689,3 @@ promise.then((r) => {

if (!promise || !promise.then) {
throw new Error("Tap function (tapPromise) did not return promise (returned " +
promise +
")");
throw new Error(`Tap function (tapPromise) did not return promise (returned ${promise})`);
}

@@ -697,0 +692,0 @@ promise.then((r) => {

2

package.json
{
"name": "@rspack/lite-tapable",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Lite weight tapable for Rspack",

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