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

@php-wasm/util

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@php-wasm/util - npm Package Compare versions

Comparing version

to
0.1.61

5

index.js

@@ -19,3 +19,8 @@ // packages/php-wasm/util/src/lib/semaphore.ts

this._running++;
let released = false;
return () => {
if (released) {
return;
}
released = true;
this._running--;

@@ -22,0 +27,0 @@ if (this.queue.length > 0) {

4

package.json
{
"name": "@php-wasm/util",
"version": "0.1.60",
"version": "0.1.61",
"type": "commonjs",

@@ -15,3 +15,3 @@ "typedoc": {

},
"gitHead": "3046803036b19d2c73c63cb01dfb37b1c222d847"
"gitHead": "f2cd7382004f7b003904b5db1d33d37fd2b1bfab"
}