Comparing version 0.1.2 to 1.0.0
{ | ||
"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] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6883
1
54