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.0.3 to 3.0.4

10

package.json
{
"name": "arrayiffy-if-string",
"version": "3.0.3",
"version": "3.0.4",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",

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

"coveralls": "*",
"eslint": "^4.12.1",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",

@@ -134,9 +134,9 @@ "eslint-plugin-ava": "^4.4.0",

"nyc": "*",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",
"rollup": "^0.53.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.2.1"
"uglify-es": "^3.3.0"
}
}

@@ -36,3 +36,3 @@ # arrayiffy-if-string

```bash
$ npm i arrayiffy-if-string
npm i arrayiffy-if-string
```

@@ -51,3 +51,3 @@

----------------|-----------------------|-------|--------
Main export - **CommonJS version**, transpiled, contains `require` and `module.exports` | `main` | `dist/arrayiffy-if-string.cjs.js` | 303 B
Main export - **CommonJS version**, transpiled to ES5, contains `require` and `module.exports` | `main` | `dist/arrayiffy-if-string.cjs.js` | 303 B
**ES module** build that Webpack/Rollup understands. Untranspiled ES6 code with `import`/`export`. | `module` | `dist/arrayiffy-if-string.esm.js` | 286 B

@@ -97,5 +97,5 @@ **UMD build** for browsers, transpiled, minified, containing `iife`'s and has all dependencies baked-in | `browser` | `dist/arrayiffy-if-string.umd.js` | 257 B

* If you don't like the code in here and would like to **give an advice** about how something could be done better, please do. Same drill - [GitHub issues](https://github.com/codsen/arrayiffy-if-string/issues) or [email](mailto:roy@codsen.com), your choice.
* If you don't like the code in here and would like to **give advice** about how something could be done better, please do. Same drill - [GitHub issues](https://github.com/codsen/arrayiffy-if-string/issues) or [email](mailto:roy@codsen.com), your choice.
* If you would like to **add or change some features**, just fork it, hack away, and file a pull request. I'll do my best to merge it quickly. Code style is `airbnb`, only without semicolons. If you use a good code editor, it will pick up the established ESLint setup.
* If you would like to **add or change some features**, just fork it, hack away, and file a pull request. I'll do my best to merge it quickly. Code style is `airbnb-base`, only without semicolons. If you use a good code editor, it will pick up the established ESLint setup.

@@ -102,0 +102,0 @@ **[⬆  back to top](#)**

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