@ndhoule/drop
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -0,3 +1,7 @@ | ||
## 2.0.0 | ||
- Remove Component/Duo support | ||
## 1.0.0 | ||
Initial release |
'use strict'; | ||
/** | ||
* Math.max reference. | ||
*/ | ||
var max = Math.max; | ||
@@ -24,3 +20,2 @@ | ||
*/ | ||
var drop = function drop(count, collection) { | ||
@@ -47,3 +42,3 @@ var length = collection ? collection.length : 0; | ||
/** | ||
/* | ||
* Exports. | ||
@@ -50,0 +45,0 @@ */ |
{ | ||
"name": "@ndhoule/drop", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Produce a new array composed of all but the first n elements of an input collection.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
9563
14
137