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

deep-trim

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-trim - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

8

package.json
{
"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

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