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

yarn-no-save

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-no-save - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

LICENSE

2

package.json

@@ -11,3 +11,3 @@ {

"sideEffects": false,
"version": "1.1.2",
"version": "1.1.3",
"description": "Enabling --no-save/-N option to Yarn cli commands",

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

@@ -39,3 +39,3 @@ # yarn-no-save

```
This will reinstall Yarn from your current registry. If you want `--no-save` option to come back, you should run the following commands:
This will reinstall Yarn from your current registry. If you want `--no-save` / `-N` option back, you should run the following commands:
```bash

@@ -56,7 +56,23 @@ $ yns

4. Restart watching service:
4. Reload watching service:
> This doesn't unload watching configs, just reloads the service (quick reload).
```bash
$ yns reload
```
5. Restart watching service:
> This unloads watching configs and starts from the beginning (full restart).
```bash
$ yns restart
```
6. Check if `--no-save` / `-N` option is available:
```bash
$ yns check
```
or
```bash
$ yns validate
```
# To Mention

@@ -63,0 +79,0 @@

Sorry, the diff of this file is too big to display

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