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

component-set

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-set - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

component-set.sublime-workspace

2

package.json
{
"name": "component-set",
"version": "0.1.1",
"version": "0.2.0",
"description": "add dependencies to component.json",

@@ -5,0 +5,0 @@ "bin": {

@@ -6,10 +6,2 @@

## Getting Started
_With npm_
$ npm install component-set -g
## API
```

@@ -28,1 +20,30 @@ Usage: component-set [options] <pkg>

```
# component-update
update all dependencies to their latest tag. Note: this is a json only update. You will still need to run the below commands to actually download them.
```
rm -r components
component install
```
```
Usage: component-update [options]
Options:
-h, --help output usage information
-d, --development don't update production dependencies
-p, --production don't update development dependencies
```
# installation
$ npm install component-set -g
## warning
you may run into githubs rate limit if you run a lot of these commands in the space of an hour

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