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

@tsed/normalize-path

Package Overview
Dependencies
Maintainers
1
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/normalize-path - npm Package Compare versions

Comparing version 8.4.3 to 8.4.4

2

lib/esm/normalizePath.js

@@ -0,3 +1,3 @@

import { join } from "node:path";
import fixPath from "normalize-path";
import { join } from "path";
export function normalizePath(item, ...paths) {

@@ -4,0 +4,0 @@ if (typeof item === "string") {

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "8.4.3",
"version": "8.4.4",
"source": "./src/index.ts",

@@ -31,4 +31,4 @@ "main": "lib/esm/index.js",

"devDependencies": {
"@tsed/barrels": "8.4.3",
"@tsed/typescript": "8.4.3",
"@tsed/barrels": "8.4.4",
"@tsed/typescript": "8.4.4",
"@types/normalize-path": "^3.0.2",

@@ -35,0 +35,0 @@ "eslint": "9.12.0",

@@ -0,3 +1,4 @@

import {join} from "node:path";
import fixPath from "normalize-path";
import {join} from "path";

@@ -4,0 +5,0 @@ export function normalizePath(item: string, ...paths: string[]): string;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc