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.11.24 to 3.11.25

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.24
* Version: 3.11.25
* 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.24
* Version: 3.11.25
* 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.24
* Version: 3.11.25
* Author: Roy Revelt, Codsen Ltd

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

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

@@ -28,15 +28,15 @@ "license": "MIT",

"scripts": {
"ava": "ava -d",
"build": "rollup -c",
"coverage": "nyc report --reporter=json-summary",
"build": "rollup -c --silent",
"dev": "rollup -c --dev --silent",
"devunittest": "npm run dev && ./node_modules/.bin/tap --only",
"format": "npm run lect && npm run prettier && npm run lint",
"lect": "lect",
"lint": "./node_modules/.bin/eslint \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\" --ignore-pattern \"tap/**\"",
"lint": "../../node_modules/eslint/bin/eslint.js \"**/*.js\" --fix --ignore-pattern \"dist/*\" --ignore-pattern \"rollup.config.js\" --ignore-pattern \"tap/**\"",
"perf": "node perf/check",
"prepare": "npm run build",
"prettier": "prettier '*.{js,css,scss,vue,md}' --write",
"prettier": "../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md}' --write",
"tap": "tap",
"pretest": "npm run build",
"test": "npm run lint && npm run unittest && npm run format",
"unittest": "./node_modules/.bin/nyc ava && npm run coverage && npm run perf",
"unittest": "./node_modules/.bin/tap --no-only -R 'terse' -o testStats.md && npm run perf",
"version": "npm run build && git add ."

@@ -49,14 +49,2 @@ },

},
"ava": {
"compileEnhancements": false,
"require": [
"esm"
],
"timeout": "99m",
"verbose": true
},
"esm": {
"await": true,
"cjs": true
},
"lect": {

@@ -127,28 +115,13 @@ "babelrc": {

},
"nyc": {
"instrument": false,
"require": [
"@babel/register"
],
"sourceMap": false
"tap": {
"coverage-report": "json-summary",
"timeout": 0
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"ava": "^2.2.9",
"babel-plugin-istanbul": "^5.2.0",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"benchmark": "^2.1.4",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-ava": "^9.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prettier": "^3.1.1",
"esm": "^3.2.25",
"js-row-num-cli": "^1.6.9",
"lect": "^0.11.2",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"rollup": "^1.27.5",
"js-row-num-cli": "^1.6.10",
"lect": "^0.11.3",
"rollup": "^1.27.9",
"rollup-plugin-ascii": "^0.0.3",

@@ -162,4 +135,5 @@ "rollup-plugin-babel": "^4.3.3",

"rollup-plugin-strip": "^1.2.2",
"rollup-plugin-terser": "^5.1.2"
"rollup-plugin-terser": "^5.1.2",
"tap": "^14.10.2"
}
}

@@ -7,3 +7,2 @@ # arrayiffy-if-string

[![Repository is on GitLab][gitlab-img]][gitlab-url]
[![Coverage][cov-img]][cov-url]
[![View dependencies as 2D chart][deps2d-img]][deps2d-url]

@@ -117,4 +116,2 @@ [![Downloads/Month][downloads-img]][downloads-url]

[gitlab-url]: https://gitlab.com/codsen/codsen/tree/master/packages/arrayiffy-if-string
[cov-img]: https://img.shields.io/badge/coverage-100%25-brightgreen.svg?style=flat-square
[cov-url]: https://gitlab.com/codsen/codsen/tree/master/packages/arrayiffy-if-string
[deps2d-img]: https://img.shields.io/badge/deps%20in%202D-see_here-08f0fd.svg?style=flat-square

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

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