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

ee-arguments

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-arguments - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name" : "ee-arguments"
, "description" : "assign values passed to a function to a variable by their type and optional by their index"
, "version" : "0.1.0"
, "homepage" : "https://github.com/eventEmitter/ee-formdata-reader"
, "version" : "0.1.1"
, "homepage" : "https://github.com/eventEmitter/ee-arguments"
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"

@@ -10,3 +10,3 @@ , "licence" : "MIT"

, "repository": {
"url" : "https://github.com/eventEmitter/ee-formdata-reader.git"
"url" : "https://github.com/eventEmitter/ee-arguments.git"
, "type" : "git"

@@ -18,3 +18,3 @@ }

, "bugs": {
"url" : "https://github.com/eventEmitter/ee-formdata-reader/issues"
"url" : "https://github.com/eventEmitter/ee-arguments/issues"
}

@@ -21,0 +21,0 @@ , "dependencies": {

@@ -32,3 +32,3 @@ # ee-arguments

// prints «custom function»
test( 1, null new Error(), function(){ log.info( "custom function" ); }, "fancy_string" );
test( 1, null, new Error(), function(){ log.info( "custom function" ); }, "fancy_string" );

@@ -35,0 +35,0 @@

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