Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "deep-trim", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Recursively trim all the strings in a collection (object or array).", | ||
@@ -10,7 +10,7 @@ "main": "index.js", | ||
"bugs": { | ||
"url": "https://github.com/carsy/node-deep-trim/issues/" | ||
"url": "https://github.com/zebateira/node-deep-trim/issues/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/carsy/node-deep-trim.git" | ||
"url": "git://github.com/zebateira/node-deep-trim.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
], | ||
"author": "Zé Bateira <jlageb@gmail.com> (http://carsy.github.io)", | ||
"author": "Zé Bateira <jose.bateira@protonmail.com> (https://zebateira.github.io/)", | ||
"license": "MIT", | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -1,11 +0,11 @@ | ||
# deep-trim [![Build Status](https://travis-ci.org/carsy/node-deep-trim.svg?branch=master)](https://travis-ci.org/carsy/node-deep-trim) | ||
# deep-trim [![Build Status](https://travis-ci.org/zebateira/node-deep-trim.svg?branch=master)](https://travis-ci.org/github/zebateira/node-deep-trim) [![npm version](https://img.shields.io/npm/v/deep-trim.svg?style=flat)](https://www.npmjs.com/package/deep-trim) [![minzipped size](https://img.shields.io/bundlephobia/minzip/deep-trim.svg?label=gzip%20size)](https://bundlephobia.com/result?p=deep-trim) | ||
Recursively trim all the strings in a collection (object or array). | ||
## Install | ||
## Installation | ||
```bash | ||
$ npm install deep-trim | ||
``` | ||
`$ npm install deep-trim` | ||
## Usage | ||
@@ -31,7 +31,8 @@ | ||
`$ npm test` | ||
```bash | ||
$ npm test | ||
``` | ||
## License | ||
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). | ||
Released under the [MIT License](https://opensource.org/licenses/MIT). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6302
1
38
6