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.0.0 to 4.0.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## 4.0.1 (2021-09-13)
### Bug Fixes
- bump TS and separate ESLint plugins away from this monorepo ([2e07d42](https://github.com/codsen/codsen/commit/2e07d424222b6ffedf5fb45c83ad453627ec2904))
## 4.0.0 (2021-09-09)

@@ -8,0 +14,0 @@

2

dist/arrayiffy-if-string.esm.js
/**
* @name arrayiffy-if-string
* @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* @version 4.0.0
* @version 4.0.1
* @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.0.0
* @version 4.0.1
* @author Roy Revelt, Codsen Ltd

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

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

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

"eslint": "^7.32.0",
"lect": "^0.18.0",
"lect": "^0.18.1",
"rollup": "^2.56.3",

@@ -123,3 +123,3 @@ "rollup-plugin-ascii": "^0.0.3",

"tslib": "^2.3.1",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
},

@@ -126,0 +126,0 @@ "engines": {

@@ -29,2 +29,4 @@ # arrayiffy-if-string

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required:
```bash

@@ -34,2 +36,4 @@ npm i arrayiffy-if-string

If you need a legacy version which works with require, use version 3.14.0
## Quick Take

@@ -36,0 +40,0 @@

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