Comparing version 1.0.0 to 1.0.1
var slice = [].slice | ||
var slice = require('sliced') | ||
@@ -30,3 +30,3 @@ module.exports = function first(stuff, done) { | ||
done(null, ee, event, arguments.length > 1 | ||
? slice.call(arguments) | ||
? slice(arguments) | ||
: err) | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "ee-first", | ||
"description": "return the first event in a set of ee/event pairs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -13,2 +13,5 @@ "name": "Jonathan Ong", | ||
"repository": "jonathanong/ee-first", | ||
"dependencies": { | ||
"sliced": "0" | ||
}, | ||
"devDependencies": { | ||
@@ -15,0 +18,0 @@ "mocha": "1" |
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
4152
1
+ Addedsliced@0
+ Addedsliced@0.0.5(transitive)