Socket
Socket
Sign inDemoInstall

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.11.35 to 3.11.36

2

dist/arrayiffy-if-string.cjs.js
/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.11.35
* Version: 3.11.36
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.11.35
* Version: 3.11.36
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.11.35
* Version: 3.11.36
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.11.35
* Version: 3.11.36
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

{
"name": "arrayiffy-if-string",
"version": "3.11.35",
"version": "3.11.36",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",
"license": "MIT",
"repository": "https://gitlab.com/codsen/codsen/",
"homepage": "https://codsen.com/os/arrayiffy-if-string/",
"author": {
"email": "roy@codsen.com",
"name": "Roy Revelt",
"url": "codsen.com"
},
"keywords": [

@@ -28,2 +20,10 @@ "api",

],
"homepage": "https://codsen.com/os/arrayiffy-if-string/",
"repository": "https://gitlab.com/codsen/codsen/",
"license": "MIT",
"author": {
"name": "Roy Revelt",
"email": "roy@codsen.com",
"url": "codsen.com"
},
"main": "dist/arrayiffy-if-string.cjs.js",

@@ -47,3 +47,4 @@ "module": "dist/arrayiffy-if-string.esm.js",

"pretest": "npm run build",
"test": "npm run lint && npm run unittest && npm run clean_cov && npm run format",
"test": "npm run lint && npm run unittest && npm run test:examples && npm run clean_cov && npm run format",
"test:examples": "../../scripts/test-examples.js && npm run lect && npm run prettier",
"tsd": "tsd",

@@ -58,2 +59,13 @@ "unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md && npm run clean_cov && npm run perf",

},
"tap": {
"coverage-report": [
"json-summary",
"text"
],
"nyc-arg": [
"--exclude=**/*.cjs.js",
"--exclude=**/*.umd.js"
],
"timeout": 0
},
"lect": {

@@ -88,3 +100,2 @@ "defaultExported": true,

"req": "arrayiffy",
"typeSriptDefinitions": false,
"various": {

@@ -96,13 +107,2 @@ "devDependencies": [

},
"tap": {
"coverage-report": [
"json-summary",
"text"
],
"nyc-arg": [
"--exclude=**/*.cjs.js",
"--exclude=**/*.umd.js"
],
"timeout": 0
},
"devDependencies": {

@@ -115,10 +115,10 @@ "@babel/core": "^7.11.6",

"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-strip": "^2.0.0",
"benchmark": "^2.1.4",
"eslint": "^7.8.1",
"lect": "^0.13.11",
"rollup": "^2.26.10",
"eslint": "^7.9.0",
"lect": "^0.14.1",
"rollup": "^2.28.1",
"rollup-plugin-ascii": "^0.0.3",

@@ -125,0 +125,0 @@ "rollup-plugin-banner": "^0.2.1",

@@ -5,3 +5,20 @@ # arrayiffy-if-string

<img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center">
<div class="package-badges">
<a href="https://www.npmjs.com/package/arrayiffy-if-string" rel="nofollow noreferrer noopener">
<img src="https://img.shields.io/badge/-npm-blue?style=flat-square" alt="page on npm">
</a>
<a href="https://codsen.com/os/arrayiffy-if-string" rel="nofollow noreferrer noopener">
<img src="https://img.shields.io/badge/-Codsen-blue?style=flat-square" alt="page on npm">
</a>
<a href="https://gitlab.com/codsen/codsen/tree/master/packages/arrayiffy-if-string" rel="nofollow noreferrer noopener">
<img src="https://img.shields.io/badge/-GitLab-blue?style=flat-square" alt="page on GitLab">
</a>
<a href="https://npmcharts.com/compare/arrayiffy-if-string?interval=30" rel="nofollow noreferrer noopener" target="_blank">
<img src="https://img.shields.io/npm/dm/arrayiffy-if-string.svg?style=flat-square" alt="Downloads per month">
</a>
<a href="https://prettier.io" rel="nofollow noreferrer noopener" target="_blank">
<img src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg?style=flat-square" alt="Code style: prettier">
</a>
<img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT License">
</div>

@@ -14,10 +31,6 @@ ## Install

<img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center">
## Documentation
Please [visit our documentation](https://codsen.com/os/arrayiffy-if-string/) for a full description of the API and examples.
Please [visit codsen.com](https://codsen.com/os/arrayiffy-if-string/) for a full description of the API and examples.
<img src="https://codsen.com/images/png-codsen-star.png" width="42" alt="star" align="center">
## Licence

@@ -29,2 +42,2 @@

<img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">
<img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">
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