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.10.1 to 1.10.2

2

dist/index.js

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

this._enabled = false;
throw TypeError();
throw TypeError("Wrong parameters", this._args);
}

@@ -274,0 +274,0 @@ return {

{
"name": "function-overloader",
"version": "1.10.1",
"version": "1.10.2",
"description": "improve overloading functions and methods in js",

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

@@ -100,3 +100,3 @@ import debug from "debug";

this._enabled = false;
throw TypeError();
throw TypeError("Wrong parameters", this._args);
}

@@ -103,0 +103,0 @@ return {

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