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.0.2 to 3.0.3

12

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

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

],
"lector": {
"lect": {
"babelrc": {

@@ -128,9 +128,9 @@ "override": false,

"coveralls": "*",
"eslint": "^4.11.0",
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-ava": "^4.2.2",
"eslint-plugin-ava": "^4.4.0",
"eslint-plugin-import": "^2.8.0",
"husky": "*",
"nyc": "*",
"rollup": "^0.51.8",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",

@@ -140,4 +140,4 @@ "rollup-plugin-commonjs": "^8.2.6",

"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.1.10"
"uglify-es": "^3.2.1"
}
}

@@ -40,6 +40,6 @@ # arrayiffy-if-string

```js
// consume as ES module:
// consume as CommonJS require:
const arrayiffy = require('require arrayiffy-if-string')
// or as an ES module:
import arrayiffy from 'arrayiffy-if-string'
// or as CommonJS require:
const arrayiffy = require('require arrayiffy-if-string')
```

@@ -46,0 +46,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