@socketregistry/set-function-length
Advanced tools
+1
-1
@@ -8,3 +8,3 @@ 'use strict' | ||
| functionsHaveConfigurableLengths: true, | ||
| functionsHaveWritableLengths: false | ||
| functionsHaveWritableLengths: false, | ||
| } |
+1
-1
| declare function setFunctionLength<T extends Function>( | ||
| fn: T, | ||
| length: number, | ||
| loose?: boolean | undefined | ||
| loose?: boolean | undefined, | ||
| ): T | ||
| export = setFunctionLength |
+1
-1
@@ -26,3 +26,3 @@ 'use strict' | ||
| value: length, | ||
| writable: false | ||
| writable: false, | ||
| }) | ||
@@ -29,0 +29,0 @@ } |
+1
-1
| { | ||
| "name": "@socketregistry/set-function-length", | ||
| "version": "1.0.9", | ||
| "version": "1.0.10", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Socket.dev optimized package override for set-function-length", |
5958
0.07%