Socket
Socket
Sign inDemoInstall

ee-first

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

index.js
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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc