New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

remove-node-modules

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-node-modules - npm Package Compare versions

Comparing version
1.5.17
to
1.6.1
+1
-1
LICENSE
The MIT License (MIT)
Copyright (c) 2015 Jamie Kelly
Copyright (c) 2015-2016 Jamie Kelly

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "remove-node-modules",
"version": "1.5.17",
"version": "1.6.1",
"description": "Helps Windows developers remove and delete node_modules folder",

@@ -21,4 +21,4 @@ "bin": {

"repository": {
"type": "git",
"url": "git+https://github.com/studio174/node-cleanup.git"
"url": "git+https://github.com/studio174/node-cleanup.git",
"type": "git"
},

@@ -25,0 +25,0 @@ "author": "Jamie Kelly <jamie@kellyjg.com> (http://www.kellyjg.com) @de__bug",

# remove-node-modules
Helps Windows web developers remove node_modules folder.
### Current Version: 1.5.17
### Current Version: 1.6.1
## Getting Started
1. $ npm install -g remove-node-modules
## Getting Started With Yarn
`$ yarn global add remove-node-modules`
## Getting Started With NPM
`$ npm install -g remove-node-modules`
## Default Usage
1. Navigate to project root
2. $ remove-node-modules
2. `$ remove-node-modules`
## Alternative Usage
$ remove-node-modules /path/to/directory
`$ remove-node-modules /path/to/directory`

@@ -20,2 +23,4 @@ ## Contributing

## Changelog
- v1.6.1 (10/11/2016)
- available on yarn
- v1.5.17 (10/7/2016)

@@ -22,0 +27,0 @@ - published to npmjs