Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@homer0/path-utils

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/path-utils - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

dist/index.d.ts

@@ -99,2 +99,2 @@ import * as _homer0_jimple from '@homer0/jimple';

export { PathUtils, PathUtilsOptions, PathUtilsProviderOptions, pathUtils, pathUtilsProvider };
export { PathUtils, type PathUtilsOptions, type PathUtilsProviderOptions, pathUtils, pathUtilsProvider };
{
"name": "@homer0/path-utils",
"description": "A utility service to manage paths on a project",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -26,11 +26,11 @@ "type": "git",

"dependencies": {
"@homer0/jimple": "3.0.0"
"@homer0/jimple": "3.0.1"
},
"devDependencies": {
"@homer0/eslint-plugin": "12.0.0",
"@homer0/tsconfig": "1.0.12",
"@homer0/eslint-plugin": "12.0.1",
"@homer0/tsconfig": "1.0.13",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},

@@ -51,3 +51,3 @@ "engine-strict": true,

},
"gitHead": "968248535be40f5ddb1cd53cdb2bb47c1c9a06d7"
"gitHead": "3e1bd862a217e2d26a783144b991436e8b589260"
}

@@ -106,10 +106,12 @@ # 🗂 Path utils

As this project is part of the `packages` monorepo, some of the tooling, like ESLint and Husky, are installed on the root's `package.json`.
As this project is part of the `packages` monorepo, some of the tooling, like `lint-staged` and `husky`, are installed on the root's `package.json`.
#### Tasks
| Task | Description |
| ------- | -------------------- |
| `test` | Runs the unit tests. |
| `build` | Bundles the project. |
| Task | Description |
| ------------- | ------------------------------- |
| `lint` | Lints the package. |
| `test` | Runs the unit tests. |
| `build` | Transpiles the project. |
| `types:check` | Validates the TypeScript types. |

@@ -116,0 +118,0 @@ ## Motivation

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