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.1 to 1.0.3

LICENSE

15

package.json
{
"name": "@philidem/rewrite-relative-paths",
"version": "1.0.1",
"version": "1.0.3",
"description": "Tool for rewriting paths in import and require statements that start with ~",
"author": "Phil Gates-Idem <phillip.idem@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/philidem/node-rewrite-relative-paths.git"
},
"homepage": "https://github.com/philidem/node-rewrite-relative-paths",
"bin": {

@@ -15,3 +20,3 @@ "rewrite-imports": "./bin/rewrite-imports",

"clean": "rm -rf ./dist",
"build": "yarn clean && yarn compile && cp -R package.json yarn.lock ./src/bin ./dist/src",
"build": "yarn clean && yarn compile && cp -R package.json yarn.lock LICENSE README.md ./src/bin ./dist/src",
"autobuild": "yarn build && (cd ./dist/src && yarn install --production && (yarn unlink || true) && yarn link) && yarn nodemon --exec 'yarn compile' --watch ./src -e ts",

@@ -21,3 +26,7 @@ "lint": "eslint --ext .ts,.tsx,.js,.jsx .",

"pretest": "rm -rf ./test/work && mkdir -p ./test/work && cp -R ./test/fixtures/fake-project ./test/work",
"test": "jest ."
"test": "jest .",
"publish:prepare": "yarn build && yarn test",
"publish:patch": "yarn publish:prepare && npm version patch && yarn build && npm publish --access public ./dist/src",
"publish:minor": "yarn publish:prepare && npm version minor && yarn build && npm publish --access public ./dist/src",
"publish:major": "yarn publish:prepare && npm version major && yarn build && npm publish --access public ./dist/src"
},

@@ -24,0 +33,0 @@ "devDependencies": {

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