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

@socketsecurity/registry

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/registry - npm Package Compare versions

Comparing version

to
1.0.40

@@ -123,2 +123,3 @@ import { IFastSort } from 'fast-sort'

readonly SUPPORTS_NODE_DISABLE_WARNING_FLAG: boolean
readonly SUPPORTS_NODE_REQUIRE_MODULE: boolean
readonly SUPPORTS_NODE_RUN: boolean

@@ -125,0 +126,0 @@ readonly TEMPLATE_CJS: 'cjs'

@@ -281,2 +281,6 @@ 'use strict'

// https://nodejs.org/docs/latest-v22.x/api/all.html#all_cli_--experimental-require-module
const LAZY_SUPPORTS_NODE_REQUIRE_MODULE = () =>
semver.satisfies(NODE_VERSION, '>=22.12')
const lazyMaintainedNodeVersions = () => {

@@ -553,2 +557,3 @@ // Under the hood browserlist uses the node-releases package which is out of date:

SUPPORTS_NODE_DISABLE_WARNING_FLAG: undefined,
SUPPORTS_NODE_REQUIRE_MODULE: undefined,
SUPPORTS_NODE_RUN: undefined,

@@ -585,2 +590,3 @@ TEMPLATE_CJS,

LAZY_SUPPORTS_NODE_DISABLE_WARNING_FLAG,
SUPPORTS_NODE_REQUIRE_MODULE: LAZY_SUPPORTS_NODE_REQUIRE_MODULE,
SUPPORTS_NODE_RUN: LAZY_SUPPORTS_NODE_RUN,

@@ -587,0 +593,0 @@ maintainedNodeVersions: lazyMaintainedNodeVersions,

{
"name": "@socketsecurity/registry",
"version": "1.0.39",
"version": "1.0.40",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Socket.dev registry helpers methods and metadata",