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 4.1.3 to 4.1.4

6

CHANGELOG.md

@@ -26,3 +26,3 @@ # Change Log

- programs now are in ES Modules and won't work with Common JS require()
- programs now are in ES Modules and won't work with Common JS `require()`

@@ -45,3 +45,3 @@ ## 3.14.0 (2021-05-24)

- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
- add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))

@@ -56,3 +56,3 @@ ## 3.13.0 (2021-01-23)

Accidental version bump during migration to sourcehut. Sorry about that.
Accidental version bump during migration to SourceHut. Sorry about that.

@@ -59,0 +59,0 @@ ## 3.11.0 (2019-06-29)

/**
* @name arrayiffy-if-string
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* @version 4.1.3
* @version 4.1.4
* @author Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * @license MIT

/**
* @name arrayiffy-if-string
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* @version 4.1.3
* @version 4.1.4
* @author Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * @license MIT

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

@@ -47,3 +47,3 @@ "keywords": [

"letspublish": "yarn publish || :",
"lint": "eslint . --fix",
"lint": "eslint . --ext .js --ext .ts --fix",
"perf": "node perf/check.js",

@@ -50,0 +50,0 @@ "prepare": "echo 'ready'",

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