🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@socketregistry/set-function-length

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketregistry/set-function-length - npm Package Compare versions

Comparing version
1.0.9
to
1.0.10
+1
-1
env.js

@@ -8,3 +8,3 @@ 'use strict'

functionsHaveConfigurableLengths: true,
functionsHaveWritableLengths: false
functionsHaveWritableLengths: false,
}
declare function setFunctionLength<T extends Function>(
fn: T,
length: number,
loose?: boolean | undefined
loose?: boolean | undefined,
): T
export = setFunctionLength

@@ -26,3 +26,3 @@ 'use strict'

value: length,
writable: false
writable: false,
})

@@ -29,0 +29,0 @@ }

{
"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",