Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@nfjs/core

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nfjs/core - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+1
-1
api/extension.js

@@ -51,3 +51,3 @@ import fs from 'fs/promises';

const exts = getExtensionsFromConfig();
for (const item of modules) {
for (let item of modules) {
try {

@@ -54,0 +54,0 @@ let name = item.split('/');

{
"name": "@nfjs/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Core",

@@ -5,0 +5,0 @@ "license": "MIT",