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

@philidem/rewrite-relative-paths

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@philidem/rewrite-relative-paths - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@philidem/rewrite-relative-paths",
"version": "1.0.5",
"version": "1.0.6",
"description": "Tool for making import paths relative to project root and making require paths relative",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,4 +41,4 @@ # Rewrite project paths

The `tsconfig.json` would need to be modified to have the following `paths`
property similar to the following:
The `tsconfig.json` should be modified to have a `paths` property similar to the
following:

@@ -77,7 +77,7 @@ ```json

```sh
npm install -D @philidem/rewrite-project-paths
npm install -D @philidem/rewrite-relative-paths
```
```sh
yarn add --dev @philidem/rewrite-project-paths
yarn add --dev @philidem/rewrite-relative-paths
```

@@ -84,0 +84,0 @@

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