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

arrayiffy-if-string

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayiffy-if-string - npm Package Compare versions

Comparing version 3.4.8 to 3.5.0

31

changelog.md

@@ -6,17 +6,20 @@ # Change Log

## [3.4.8](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.7...arrayiffy-if-string@3.4.8) (2019-01-02)
# [3.5.0](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.8...arrayiffy-if-string@3.5.0) (2019-01-07)
**Note:** Version bump only for package arrayiffy-if-string
### Features
* Add one more tag before which there will be a line break ([4f00871](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/commits/4f00871))
## [3.4.7](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.6...arrayiffy-if-string@3.4.7) (2019-01-01)
**Note:** Version bump only for package arrayiffy-if-string
## [3.4.8](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.7...arrayiffy-if-string@3.4.8) (2019-01-02)
**Note:** Version bump only for package arrayiffy-if-string
## [3.4.7](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.6...arrayiffy-if-string@3.4.7) (2019-01-01)
**Note:** Version bump only for package arrayiffy-if-string

@@ -27,6 +30,2 @@ ## [3.4.6](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.5...arrayiffy-if-string@3.4.6) (2018-12-29)

## [3.4.5](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.4...arrayiffy-if-string@3.4.5) (2018-12-29)

@@ -36,6 +35,2 @@

## [3.4.4](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.3...arrayiffy-if-string@3.4.4) (2018-12-27)

@@ -45,6 +40,2 @@

## [3.4.3](https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string/compare/arrayiffy-if-string@3.4.2...arrayiffy-if-string@3.4.3) (2018-12-27)

@@ -54,6 +45,2 @@

## 3.4.2 (2018-12-26)

@@ -63,6 +50,2 @@

## 3.4.0 (2018-10-12)

@@ -69,0 +52,0 @@

{
"name": "arrayiffy-if-string",
"version": "3.4.8",
"version": "3.5.0",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",

@@ -46,3 +46,3 @@ "license": "MIT",

},
"gitHead": "358a17ac7b4e58dd0d0277f9bc7bb7d7ab65aad6",
"gitHead": "d887a865142fd108fd0da9b4fa6f3a0c8c60e405",
"husky": {

@@ -49,0 +49,0 @@ "hooks": {

@@ -5,4 +5,4 @@ # arrayiffy-if-string

[![Minimum Node version required][node-img]][node-url]
[![Repository is on BitBucket][bitbucket-img]][bitbucket-url]
[![Coverage][cov-img]][cov-url]
[![View dependencies as 2D chart][deps2d-img]][deps2d-url]

@@ -40,3 +40,3 @@ [![Downloads/Month][downloads-img]][downloads-url]

| **ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/arrayiffy-if-string.esm.js` | 215 B |
| **UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/arrayiffy-if-string.umd.js` | 257 B |
| **UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/arrayiffy-if-string.umd.js` | 267 B |

@@ -78,7 +78,10 @@ **[⬆ back to top](#markdown-header-arrayiffy-if-string)**

- If you **want a new feature** in this package or you would like us to change some of its functionality, raise an [issue on this repo](https://bitbucket.org/codsen/arrayiffy-if-string/issues/new).
- If you see an error, [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=arrayiffy-if-string%20package%20-%20put%20title%20here).
- If you want a new feature but can't code it up yourself, also [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=arrayiffy-if-string%20package%20-%20put%20title%20here). Let's discuss it.
- If you tried to use this package, but something didn't work out, also [raise an issue](https://bitbucket.org/codsen/codsen/issues/new?title=arrayiffy-if-string%20package%20-%20put%20title%20here). We'll try to help.
- If you want to contribute some code, fork the [monorepo](https://bitbucket.org/codsen/codsen/src/) via BitBucket, then write code, then file a pull request via BitBucket. We'll merge it in and release.
- If you tried to use this library but it misbehaves, or **you need advice setting it up**, and its readme doesn't make sense, just document it and raise an [issue on this repo](https://bitbucket.org/codsen/arrayiffy-if-string/issues/new).
In monorepo, npm libraries are located in `packages/` folder. Inside, the source code is located either in `src/` folder (normal npm library) or in the root, `cli.js` (if it's a command line application).
- If you would like to **add or change some features**, just fork it, hack away, and file a pull request. We'll do our best to merge it quickly. _Prettier_ is enabled, so you don't need to worry about the code style.
The npm script "`dev`", the `"dev": "rollup -c --dev --silent"` builds the development version retaining all `console.log`s with row numbers. It's handy to have [js-row-num-cli](https://www.npmjs.com/package/js-row-num-cli) installed globally so you can automatically update the row numbers on all `console.log`s.

@@ -89,5 +92,5 @@ **[⬆ back to top](#markdown-header-arrayiffy-if-string)**

MIT License (MIT)
MIT License
Copyright © 2018 Codsen Ltd, Roy Revelt
Copyright (c) 2015-2019 Roy Revelt and other contributors

@@ -97,5 +100,3 @@ [node-img]: https://img.shields.io/node/v/arrayiffy-if-string.svg?style=flat-square&label=works%20on%20node

[bitbucket-img]: https://img.shields.io/badge/repo-on%20BitBucket-brightgreen.svg?style=flat-square
[bitbucket-url]: https://bitbucket.org/codsen/arrayiffy-if-string
[cov-img]: https://coveralls.io/repos/bitbucket/codsen/arrayiffy-if-string/badge.svg?style=flat-square&branch=master
[cov-url]: https://coveralls.io/bitbucket/codsen/arrayiffy-if-string?branch=master
[bitbucket-url]: https://bitbucket.org/codsen/codsen/src/master/packages/arrayiffy-if-string
[deps2d-img]: https://img.shields.io/badge/deps%20in%202D-see_here-08f0fd.svg?style=flat-square

@@ -110,2 +111,2 @@ [deps2d-url]: http://npm.anvaka.com/#/view/2d/arrayiffy-if-string

[license-img]: https://img.shields.io/badge/licence-MIT-51c838.svg?style=flat-square
[license-url]: https://bitbucket.org/codsen/arrayiffy-if-string
[license-url]: https://bitbucket.org/codsen/codsen/src/master/LICENSE

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