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

make-array

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-array - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

2

package.json
{
"name": "make-array",
"version": "0.1.2",
"version": "1.0.0",
"description": "Creates a real Array from almost anything.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,2 +17,3 @@ # make-array [![NPM version](https://badge.fury.io/js/make-array.svg)](http://badge.fury.io/js/make-array) [![Build Status](https://travis-ci.org/kaelzhang/make-array.svg?branch=master)](https://travis-ci.org/kaelzhang/make-array) [![Dependency Status](https://gemnasium.com/kaelzhang/make-array.svg)](https://gemnasium.com/kaelzhang/make-array)

makeArray(undefined); // []
makeArray(null); // []
makeArray(1); // [1]

@@ -19,0 +20,0 @@ makeArray([1, 2]); // [1, 2]

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