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

unplugin-utils

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-utils - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/index.js

@@ -6,3 +6,3 @@ import { isAbsolute, posix, resolve } from "pathe";

function normalizePath(filename) {
return filename.replace("\\", "/");
return filename.replaceAll("\\", "/");
}

@@ -9,0 +9,0 @@

{
"name": "unplugin-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "A set of utility functions commonly used by unplugins.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -7,3 +7,3 @@ # unplugin-utils [![npm](https://img.shields.io/npm/v/unplugin-utils.svg)](https://npmjs.com/package/unplugin-utils)

This projects is heavily copied from [@rollup/pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils).
Thanks to [@rollup/pluginutils](https://github.com/rollup/plugins/tree/master/packages/pluginutils). This projects is heavily copied from it.

@@ -27,1 +27,3 @@ ## Install

[MIT](./LICENSE) License © 2025 [三咲智子 Kevin Deng](https://github.com/sxzz)
[MIT](./LICENSE) Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)

Sorry, the diff of this file is not supported yet

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