Socket
Socket
Sign inDemoInstall

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.10.0 to 1.10.1

1

dist/index.js

@@ -210,2 +210,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

this.else = this.else.bind(this);
this.elseThrow = this.elseThrow.bind(this);
this.done = this.done.bind(this);

@@ -212,0 +213,0 @@ }

2

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

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

@@ -47,2 +47,3 @@ import debug from "debug";

this.else = this.else.bind(this);
this.elseThrow = this.elseThrow.bind(this);
this.done = this.done.bind(this);

@@ -49,0 +50,0 @@ }

Sorry, the diff of this file is not supported yet

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