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

@team-griffin/install-self-peers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-griffin/install-self-peers - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.npmignore

2

package.json
{
"name": "@team-griffin/install-self-peers",
"version": "0.0.1",
"version": "1.0.0",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:team-griffin/install-self-peers.git",

@@ -1,1 +0,22 @@

# install-self-peers
# install-self-peers
```
npm i --save-dev @team-griffin/install-self-peers
yarn add --dev @team-griffin/install-self-peers
```
A cli utility to automatically install the peer dependencies of the package you are developing.
This is useful for if you are developing a library and some of your dependencies are actually peers.
For example building react based libs.
## Usage
This package creates a bin, which you can execute at `./node_modules/.bin/install-self-peers`.
## Args
*--npm* (defaults: false) - This will generate an npm command rather than yarn
*--no-execute* - Will print to stdout instead of executing the command
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