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

arrayme

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayme - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

CHANGELOG.md

@@ -7,3 +7,6 @@ # Change Log

## [1.0.2] - 2017-12-06
- Typo fix
## [1.0.1] - 2017-12-06
- First release

2

index.js

@@ -8,3 +8,3 @@ /**

module.exports = (value, checkNull = true) => {
if ((checkNull && value === null) || typeof value === 'undefined')
if ((checkNull && value === null) || value === undefined)
return [];

@@ -11,0 +11,0 @@ else

{
"name": "arrayme",
"version": "1.0.1",
"description": "Transforms a value into array",
"version": "1.0.2",
"description": "Transforms a value to an array",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

<div align="center">
<h1>arrayme</h1>
Transforms a value into array.
Transforms a value to an array.
<br/><br/>

@@ -5,0 +5,0 @@ <a href="https://travis-ci.org/fabioricali/arrayme" target="_blank"><img src="https://travis-ci.org/fabioricali/arrayme.svg?branch=master" title="Build Status"/></a>

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