Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@layerzerolabs/function-pointer

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/function-pointer - npm Package Compare versions

Comparing version
0.2.64
to
0.2.65
+23
LICENSE
Copyright (c) 2026 - LayerZero Labs Ltd.
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+2
-2

@@ -16,5 +16,5 @@ WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}

CJS dist/index.cjs.map 2.90 KB
CJS ⚡️ Build success in 88ms
CJS ⚡️ Build success in 64ms
ESM dist/index.js 623.00 B
ESM dist/index.js.map 2.90 KB
ESM ⚡️ Build success in 89ms
ESM ⚡️ Build success in 64ms

@@ -5,5 +5,5 @@

(node:59115) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775024037920 is not specified and it doesn't parse as CommonJS.
(node:59182) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775505965064 is not specified and it doesn't parse as CommonJS.
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
(Use `node --trace-warnings ...` to show where the warning was created)
{
"name": "@layerzerolabs/function-pointer",
"version": "0.2.64",
"version": "0.2.65",
"private": false,

@@ -17,3 +17,3 @@ "license": "MIT",

"dependencies": {
"@layerzerolabs/typescript-utils": "0.2.64"
"@layerzerolabs/typescript-utils": "0.2.65"
},

@@ -23,7 +23,7 @@ "devDependencies": {

"vitest": "^3.2.3",
"@layerzerolabs/typescript-configuration": "0.2.64",
"@layerzerolabs/tsup-configuration": "0.2.64"
"@layerzerolabs/tsup-configuration": "0.2.65",
"@layerzerolabs/typescript-configuration": "0.2.65"
},
"publishConfig": {
"access": "restricted",
"access": "public",
"registry": "https://registry.npmjs.org/"

@@ -33,3 +33,4 @@ },

"targets": [
"audit-external"
"audit-external",
"onesig-client"
]

@@ -36,0 +37,0 @@ },