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

function-overloader

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

function-overloader - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "function-overloader",
"version": "1.0.2",
"version": "1.0.3",
"description": "improve overloading functions and methods in js",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -41,3 +41,3 @@ # FUNCTION OVERLOADER

.do(() => {
throw Error("Wrong attributes);
throw Error("Wrong attributes");
})

@@ -56,3 +56,3 @@ .done();

.do(() => {
throw Error("Wrong attributes);
throw Error("Wrong attributes");
})

@@ -143,3 +143,3 @@ .done();

```
And it will also return `Condition Object`
And it will also return `Condition Response`

@@ -171,3 +171,3 @@ ### Condition Response

Accept function which should be called if previous `.when` match arguments.
Will respond with `Condition Object`
Will respond with `Condition Response`

@@ -174,0 +174,0 @@ ## License

Sorry, the diff of this file is not supported yet

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