Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arfy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arfy - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -1,3 +0,1 @@

module.exports = (...args) =>
[].concat(...args.map(items =>
Array.isArray(items) ? items : [null, undefined].includes(items) ? [] : [items]));
module.exports = (...args) => [].concat(...args.map(items => Array.isArray(items) ? items : [null, undefined].includes(items) ? [] : [items]));
{
"name": "arfy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ensures that something is array",

@@ -19,4 +19,4 @@ "main": "index.js",

"ava": "^0.25.0",
"eslint": "^4.7.2",
"eslint-config-astur": "0.0.2",
"eslint": "^5.4.0",
"eslint-config-astur": "^1.6.1",
"nyc": "^12.0.2"

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