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

relative-deps

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relative-deps - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

package.json
{
"name": "relative-deps",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs local dependencies for optimal developer experience",

@@ -10,3 +10,3 @@ "main": "index.js",

"bin": {
"relativedeps": "./index.js"
"relative-deps": "./index.js"
},

@@ -13,0 +13,0 @@ "repository": {

@@ -48,6 +48,6 @@ # relative-deps

"scripts": {
"postinstall": "yarn relative-deps",
"prestart": "yarn relative-deps",
"prebuild": "yarn relative-deps",
"pretest": "yarn relative-deps"
"postinstall": "relative-deps",
"prestart": "relative-deps",
"prebuild": "relative-deps",
"pretest": "relative-deps"
}

@@ -113,8 +113,8 @@ }

- [ ] support `relativedeps add <path>`
- [ ] support `relative-deps add <path>`
- [ ] support `npm` as well
- [ ] support scoped package names
- [ ] support `relativedeps --init` to setup postinstall / build hooks
- [ ] support `relativedeps --watch` to watch project and automatically install!
- [ ] support `relative-deps --init` to setup postinstall / build hooks
- [ ] support `relative-deps --watch` to watch project and automatically install!
- [ ] support more types of relative paths, such as git urls
- [ ] factor out script to unpack an arbirtrary package.tgz
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